Project

General

Profile

« Previous | Next » 

Revision 43c2812a

Added by Leszek Koltunski about 2 years ago

Downloaded Objects: bugfixes

View differences:

src/main/java/org/distorted/dialogs/RubikDialogUpdateView.java
165 165
        android.util.Log.e("D", "Saving JSON "+name+" to a file "+oSuccess);
166 166

  
167 167
        JsonReader reader = JsonReader.getInstance();
168
        reader.parseJsonFileMetadata(act,name);
169
        mInfo.mNumScrambles = reader.getNumScrambles();
168
        mInfo.mNumScrambles = reader.readNumScrambles(act,name);
170 169

  
171 170
        android.util.Log.e("D", "Read from JSON numScrambles="+mInfo.mNumScrambles);
172 171
        }

Also available in: Unified diff