Revision 2ba3c690
Added by Leszek Koltunski 11 months ago
| 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
SolverKilominx finished.