Project

General

Profile

« Previous | Next » 

Revision e019c70b

Added by Leszek Koltunski over 2 years ago

Remove the concept of a 'TwistyActivity' altogether.

View differences:

src/main/java/org/distorted/main/RubikSurfaceView.java
84 84
      if(!isInEditMode())
85 85
        {
86 86
        RubikActivity act = (RubikActivity)context;
87
        mObjectController = new ObjectControl(act,new RubikObjectStateActioner());
87
        RubikObjectLibInterface ref = new RubikObjectLibInterface(act);
88
        mObjectController = new ObjectControl(act,ref);
88 89
        mRenderer = new RubikRenderer(this);
89 90

  
90 91
        final ActivityManager activityManager= (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);

Also available in: Unified diff