Project

General

Profile

« Previous | Next » 

Revision 8badfe2a

Added by Leszek Koltunski about 3 years ago

Progress with RubikControl.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
244 244
      view.initialize();
245 245
      restorePreferences();
246 246
      ScreenList.setScreen(this);
247
      unblockEverything();
247 248

  
248 249
      if( mJustStarted )
249 250
        {
......
574 575

  
575 576
      RubikPreRender pre = getPreRender();
576 577
      pre.blockEverything();
578

  
579
      RubikScreenPlay play = (RubikScreenPlay) ScreenList.PLAY.getScreenClass();
580
      play.setLockState(this);
577 581
      }
578 582

  
579 583
///////////////////////////////////////////////////////////////////////////////////////////////////
......
584 588

  
585 589
      RubikPreRender pre = getPreRender();
586 590
      pre.unblockEverything();
591

  
592
      RubikScreenPlay play = (RubikScreenPlay) ScreenList.PLAY.getScreenClass();
593
      play.setLockState(this);
587 594
      }
588 595

  
589 596
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff