mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
Update SingleTapConfirm.java
This commit is contained in:
@@ -3,8 +3,7 @@ package net.kdt.pojavlaunch;
|
||||
import android.view.*;
|
||||
import android.view.GestureDetector.*;
|
||||
|
||||
public class SingleTapConfirm extends SimpleOnGestureListener
|
||||
{
|
||||
public class SingleTapConfirm extends SimpleOnGestureListener {
|
||||
@Override
|
||||
public boolean onSingleTapUp(MotionEvent event) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user