Project

General

Profile

« Previous | Next » 

Revision e41e7dc3

Added by Leszek Koltunski about 4 years ago

Add the 'Solved' dialog.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
79 79
      view.onResume();
80 80
      restorePreferences();
81 81
      RubikState.setState(this);
82
      RubikStatePlay play = (RubikStatePlay)RubikState.PLAY.getStateClass();
83 82

  
84 83
      if( mJustStarted )
85 84
        {
......
89 88
        scores.setCountry(this);
90 89
        }
91 90

  
91
      RubikStatePlay play = (RubikStatePlay)RubikState.PLAY.getStateClass();
92 92
      int object = play.getObject();
93 93
      int size   = play.getSize();
94 94
      RubikObjectList obj = RubikObjectList.getObject(object);

Also available in: Unified diff