Project

General

Profile

« Previous | Next » 

Revision bc511ea5

Added by Leszek Koltunski about 4 years ago

Add the 'New Record' dialog.

View differences:

src/main/java/org/distorted/dialog/RubikDialogScoresPagerAdapter.java
167 167
    if( allCreated )
168 168
      {
169 169
      RubikScores scores = RubikScores.getInstance();
170
      RubikScoresDownloader downloader = new RubikScoresDownloader();
170
      RubikScoresDownloader downloader = RubikScoresDownloader.getInstance();
171 171
      downloader.download( this, scores.getName(), mAct.getString(R.string.app_version), scores.getNumRuns() );
172 172
      }
173 173

  

Also available in: Unified diff