Project

General

Profile

« Previous | Next » 

Revision c65a5efe

Added by Leszek Koltunski over 2 years ago

Further simplifications.

View differences:

src/main/java/org/distorted/tutorials/TutorialActivity.java
37 37

  
38 38
import org.distorted.objectlib.main.ObjectControl;
39 39
import org.distorted.objectlib.main.ObjectType;
40
import org.distorted.objectlib.helpers.BlockController;
41 40

  
42 41
import org.distorted.main.R;
43 42
import org.distorted.dialogs.RubikDialogError;
......
190 189
      if( mWebView!=null ) mWebView.onPause();
191 190

  
192 191
      DistortedLibrary.onPause(1);
193
      BlockController.onPause();
194 192
      }
195 193

  
196 194
///////////////////////////////////////////////////////////////////////////////////////////////////
......
200 198
      {
201 199
      super.onResume();
202 200
      DistortedLibrary.onResume(1);
203
      BlockController.onResume();
204 201
      TutorialSurfaceView view = findViewById(R.id.tutorialSurfaceView);
205 202
      view.onResume();
206 203

  

Also available in: Unified diff