Project

General

Profile

« Previous | Next » 

Revision dd1a65c1

Added by Leszek Koltunski over 2 years ago

Move ObjectControl, the next big chunk of code, to objectlib.

View differences:

src/main/java/org/distorted/screens/RubikScreenSolving.java
100 100
      @Override
101 101
      public void onClick(View v)
102 102
        {
103
        if( mController.getNumMoves() > MOVES_THRESHHOLD )
103
        if( mMovesController.getNumMoves() > MOVES_THRESHHOLD )
104 104
          {
105 105
          RubikDialogAbandon abaDiag = new RubikDialogAbandon();
106 106
          abaDiag.show(act.getSupportFragmentManager(), null);

Also available in: Unified diff