File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/parallelc/micts/hooker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 applicationId = " com.parallelc.micts"
1212 minSdk = 27
1313 targetSdk = 35
14- versionCode = 3
15- versionName = " 1.2 "
14+ versionCode = 4
15+ versionName = " 1.3 "
1616
1717 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
1818 }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import io.github.libxposed.api.annotations.XposedHooker
1313import java.lang.reflect.Field
1414import kotlin.math.abs
1515
16- @XposedHooker
1716class NavStubViewHooker {
1817 companion object {
1918 private lateinit var mCurrAction: Field
@@ -41,6 +40,7 @@ class NavStubViewHooker {
4140 }
4241 }
4342
43+ @XposedHooker
4444 class OnTouchEventHooker : Hooker {
4545 companion object {
4646 private val mCheckLongPress = Runnable {
You can’t perform that action at this time.
0 commit comments