Commit 9115c3e 1 parent 83fa665 commit 9115c3e Copy full SHA for 9115c3e
File tree 2 files changed +3
-3
lines changed
src/main/java/com/parallelc/micts/hooker
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId = " com.parallelc.micts"
12
12
minSdk = 27
13
13
targetSdk = 35
14
- versionCode = 3
15
- versionName = " 1.2 "
14
+ versionCode = 4
15
+ versionName = " 1.3 "
16
16
17
17
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
18
18
}
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import io.github.libxposed.api.annotations.XposedHooker
13
13
import java.lang.reflect.Field
14
14
import kotlin.math.abs
15
15
16
- @XposedHooker
17
16
class NavStubViewHooker {
18
17
companion object {
19
18
private lateinit var mCurrAction: Field
@@ -41,6 +40,7 @@ class NavStubViewHooker {
41
40
}
42
41
}
43
42
43
+ @XposedHooker
44
44
class OnTouchEventHooker : Hooker {
45
45
companion object {
46
46
private val mCheckLongPress = Runnable {
You can’t perform that action at this time.
0 commit comments