Skip to content

Commit 3c91d42

Browse files
committed
1 parent 1e30518 commit 3c91d42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/src/main/java/com/daimajia/slider/demo/MainActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,9 @@ public boolean onCreateOptionsMenu(Menu menu) {
9191
public boolean onOptionsItemSelected(MenuItem item) {
9292
switch (item.getItemId()){
9393
case R.id.action_custom_indicator:
94-
mDemoSlider.stopAutoCycle();
9594
mDemoSlider.setCustomIndicator((PagerIndicator) findViewById(R.id.custom_indicator));
9695
break;
9796
case R.id.action_custom_child_animation:
98-
mDemoSlider.startAutoCycle();
9997
mDemoSlider.setCustomAnimation(new ChildAnimationExample());
10098
break;
10199
case R.id.action_restore_default:

0 commit comments

Comments
 (0)