Project

General

Profile

« Previous | Next » 

Revision be576d14

Added by Leszek Koltunski over 3 years ago

Rename some classes.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogSolved.java
38 38

  
39 39
import org.distorted.main.R;
40 40
import org.distorted.main.RubikActivity;
41
import org.distorted.states.RubikState;
41
import org.distorted.states.StateList;
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////
44 44

  
......
70 70
      public void onClick(DialogInterface dialog, int which)
71 71
        {
72 72
        RubikActivity act = (RubikActivity)getActivity();
73
        RubikState.switchState(act,RubikState.PLAY);
73
        StateList.switchState(act, StateList.PLAY);
74 74
        }
75 75
      });
76 76

  

Also available in: Unified diff