mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update SingleTapConfirm.java
This commit is contained in:
parent
22b45a1523
commit
c68e205e4e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user