Project

General

Profile

« Previous | Next » 

Revision 7bb30586

Added by Leszek Koltunski 7 months ago

Remove all old UI 1.0 classes

View differences:

src/main/java/org/distorted/main/MainActivity.java
406 406

  
407 407
///////////////////////////////////////////////////////////////////////////////////////////////////
408 408

  
409
    public void switchToPlay(RubikObject object, int scrambles, boolean free)
409
    public void switchToPlay(RubikObject object, int scrambles, boolean free, int level)
410 410
      {
411 411
      Intent intent = new Intent(this, PlayActivity.class);
412
      intent.putExtra("level", level);
412 413
      intent.putExtra("name", object.getUpperName());
413 414
      intent.putExtra("scrambles", scrambles);
414 415
      intent.putExtra("local", object.isLocal() );

Also available in: Unified diff