Project

General

Profile

« Previous | Next » 

Revision 2e8ec627

Added by Leszek Koltunski about 4 years ago

Fixes for the fact that one could easily cheat - just pause the app while solving and come back to it, the time would reset to 0 and the object to unscrambled :(

View differences:

src/main/java/org/distorted/dialogs/RubikDialogPatternView.java
159 159
          RubikObjectList list = RubikPatternList.getObject(mTab);
160 160
          int size             = RubikPatternList.getSize(mTab);
161 161

  
162
          act.changeObject( list, size, moves);
162
          act.setupObject( list, size, moves);
163 163

  
164 164
          RubikStatePattern state = (RubikStatePattern) RubikState.PATT.getStateClass();
165 165
          state.setPattern(act, mTab, category, ii);

Also available in: Unified diff