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/RubikScoresViewPager.java
60 60
      });
61 61
    }
62 62

  
63
///////////////////////////////////////////////////////////////////////////////////////////////////
64

  
65
  public void exception(final String exce)
66
    {
67
    mAct.runOnUiThread(new Runnable()
68
      {
69
      @Override
70
      public void run()
71
        {
72
        for(int i=0; i<RubikSize.LENGTH; i++)
73
          {
74
          mViews[i].exception(exce);
75
          }
76
        }
77
      });
78
    }
79

  
63 80
///////////////////////////////////////////////////////////////////////////////////////////////////
64 81

  
65 82
  @Override

Also available in: Unified diff