Project

General

Profile

« Previous | Next » 

Revision 82ce8e64

Added by Leszek Koltunski about 4 years ago

Progress with getting/setting Country and DeviceID.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
84 84
      if( mJustStarted )
85 85
        {
86 86
        mJustStarted = false;
87
        RubikScores.getInstance().incrementNumRuns();
87
        RubikScores scores = RubikScores.getInstance();
88
        scores.incrementNumRuns();
89
        scores.setCountry(this);
88 90
        }
89 91

  
90 92
      int object = play.getObject();

Also available in: Unified diff