Project

General

Profile

« Previous | Next » 

Revision 2ba3c690

Added by Leszek Koltunski 13 days ago

SolverKilominx finished.

View differences:

src/main/java/org/distorted/phasedsolver/SolverActivity.java
300 300
      mNumMoves--;
301 301
      }
302 302

  
303
    mText.setText(mMoves);
303
    runOnUiThread(new Runnable()
304
      {
305
      @Override
306
      public void run() { mText.setText(mMoves); }
307
      });
304 308
    }
305 309
}

Also available in: Unified diff