Skip to content

Commit 9115c3e

Browse files
committed
fix: XposedHooker annotation
1 parent 83fa665 commit 9115c3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff 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
}

app/src/main/java/com/parallelc/micts/hooker/NavStubViewHooker.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import io.github.libxposed.api.annotations.XposedHooker
1313
import java.lang.reflect.Field
1414
import kotlin.math.abs
1515

16-
@XposedHooker
1716
class 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 {

0 commit comments

Comments
 (0)