Project

General

Profile

« Previous | Next » 

Revision a675474f

Added by Leszek Koltunski over 4 years ago

Downloading High Scores: actually downloading scores!

View differences:

src/main/java/org/distorted/magic/RubikScoresView.java
65 65
    addView(view);
66 66
    }
67 67

  
68
///////////////////////////////////////////////////////////////////////////////////////////////////
69

  
70
  void exception(final String exce)
71
    {
72
    TextView text = findViewById(R.id.downloading_text);
73
    text.setText(exce);
74
    }
75

  
68 76
///////////////////////////////////////////////////////////////////////////////////////////////////
69 77

  
70 78
  void prepareView(FragmentActivity act, final String[][][] values)

Also available in: Unified diff