Commit d9ea6339 authored by Varun Patil's avatar Varun Patil

Remove duplicate super max pro toast

parent 197640d4
...@@ -165,7 +165,6 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On ...@@ -165,7 +165,6 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
private GestureDetector gestureDetector = new GestureDetector(MainActivity.this, new GestureDetector.SimpleOnGestureListener() { private GestureDetector gestureDetector = new GestureDetector(MainActivity.this, new GestureDetector.SimpleOnGestureListener() {
@Override @Override
public boolean onDoubleTap(MotionEvent e) { public boolean onDoubleTap(MotionEvent e) {
Toast.makeText(MainActivity.this, "You have unlocked super max pro mode", Toast.LENGTH_SHORT).show();
Utils.changeTheme(MainActivity.this); Utils.changeTheme(MainActivity.this);
return super.onDoubleTap(e); return super.onDoubleTap(e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment