Project

General

Profile

« Previous | Next » 

Revision b3fff6fb

Added by Leszek Koltunski over 2 years ago

Remove the concept of a 'TwistyActivity' altogether.

View differences:

src/main/java/org/distorted/objectlib/helpers/BlockController.java
19 19

  
20 20
package org.distorted.objectlib.helpers;
21 21

  
22
import android.app.Activity;
23

  
22 24
import com.google.firebase.crashlytics.FirebaseCrashlytics;
23 25

  
24 26
import java.util.Timer;
......
69 71

  
70 72
///////////////////////////////////////////////////////////////////////////////////////////////////
71 73

  
72
  public BlockController(TwistyActivity act, ObjectPreRender pre)
74
  public BlockController(Activity act, ObjectPreRender pre)
73 75
    {
74 76
    mPre = pre;
75 77

  

Also available in: Unified diff