Levels 7 + 8 added to Icy Mountains
This commit is contained in:
@ -33,7 +33,8 @@ public class ScreenFlipper extends ViewFlipper {
|
||||
screen.setCaller(caller);
|
||||
screen.prepareToBeShown();
|
||||
|
||||
int positionDifference = type.getInFlipperPosition() - currentScreen.getType().getInFlipperPosition();
|
||||
int positionDifference = type.getInFlipperPosition() - currentScreen.getType()
|
||||
.getInFlipperPosition();
|
||||
if (positionDifference < 0)
|
||||
for (; positionDifference != 0; positionDifference++)
|
||||
super.showPrevious();
|
||||
|
Reference in New Issue
Block a user