Project

General

Profile

« Previous | Next » 

Revision 9523ae28

Added by Leszek Koltunski over 2 years ago

Hide most of the TwistyActivity methods inside objectlib.

View differences:

src/main/java/org/distorted/tutorials/TutorialActivity.java
84 84
        mObjectOrdinal = b.getInt("obj");
85 85
        }
86 86

  
87
      unlock();
88 87
      mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);
89 88

  
90 89
      DisplayMetrics displaymetrics = new DisplayMetrics();
......
277 276
      return renderer.getScreen();
278 277
      }
279 278

  
280
///////////////////////////////////////////////////////////////////////////////////////////////////
281

  
282
    public boolean isLocked()
283
    {
284
    return retLocked();
285
    }
286

  
287 279
///////////////////////////////////////////////////////////////////////////////////////////////////
288 280

  
289 281
    public static int getDrawableSize()

Also available in: Unified diff