Browse Source

Remove testing stuff

Bartosz Przybylski 9 năm trước cách đây
mục cha
commit
ebf39a8d36

+ 0 - 3
src/com/owncloud/android/ui/activity/WhatsNewActivity.java

@@ -79,9 +79,6 @@ public class WhatsNewActivity extends Activity {
 				if (mProgress.hasNextStep()) {
 					mProgress.animateToNextStep();
 					mContentPanel.animate().x(-mContentPanel.getChildAt(++mCurrentStep).getLeft());
-				} else if (mProgress.hasPrevStep()) {
-					mProgress.animateToPrevStep();
-					mContentPanel.animate().x(-mContentPanel.getChildAt(--mCurrentStep).getLeft());
 				} else {
 					onFinish();
 					finish();