Revision 714292f1
Added by Leszek Koltunski over 5 years ago
| src/main/java/org/distorted/dialog/RubikDialogScoresPagerAdapter.java | ||
|---|---|---|
| 27 | 27 | import android.view.ViewGroup; | 
| 28 | 28 | import android.widget.LinearLayout; | 
| 29 | 29 |  | 
| 30 | import org.distorted.magic.R; | |
| 30 | 31 | import org.distorted.scores.RubikScoresDownloader; | 
| 31 | 32 | import org.distorted.object.RubikObjectList; | 
| 32 | 33 |  | 
| ... | ... | |
| 165 | 166 | if( allCreated ) | 
| 166 | 167 |       {
 | 
| 167 | 168 | RubikScoresDownloader downloader = new RubikScoresDownloader(); | 
| 168 | downloader.download(this, "distorted", "1.0.0", 1); // TODO | |
| 169 | downloader.download( this, | |
| 170 | "distorted", // TODO | |
| 171 | mAct.getString(R.string.app_version), | |
| 172 | 1 ); // TODO | |
| 169 | 173 | } | 
| 170 | 174 |  | 
| 171 | 175 | return mViews[position]; | 
Also available in: Unified diff
Minor.