Project

General

Profile

« Previous | Next » 

Revision fcd5b990

Added by Leszek Koltunski almost 3 years ago

Rename 'state' to 'screen'

View differences:

src/main/java/org/distorted/tutorials/TutorialActivity.java
37 37
import org.distorted.main.R;
38 38
import org.distorted.objects.ObjectList;
39 39
import org.distorted.objects.TwistyObject;
40
import org.distorted.states.StateList;
40
import org.distorted.screens.ScreenList;
41 41

  
42 42
import static org.distorted.main.RubikRenderer.BRIGHTNESS;
43 43

  
......
339 339

  
340 340
    public boolean isLocked()
341 341
      {
342
      StateList state = StateList.getCurrentState();
342
      ScreenList state = ScreenList.getCurrentState();
343 343

  
344
      if( state== StateList.PLAY || state== StateList.READ || state== StateList.SOLV )
344
      if( state== ScreenList.PLAY || state== ScreenList.READ || state== ScreenList.SOLV )
345 345
        {
346 346
        return mIsLocked;
347 347
        }

Also available in: Unified diff