We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e0b69 commit 197f9eeCopy full SHA for 197f9ee
1 file changed
patches/src/main/kotlin/li/auna/patches/telegram/typingindicator/Fingerprints.kt
@@ -1,11 +1,9 @@
1
package li.auna.patches.telegram.typingindicator
2
3
import app.revanced.patcher.fingerprint
4
-import com.android.tools.smali.dexlib2.AccessFlags
5
import com.android.tools.smali.dexlib2.Opcode
6
7
internal val needSendTypingFingerprint = fingerprint {
8
- accessFlags(AccessFlags.PUBLIC, AccessFlags.CONSTRUCTOR)
9
returns("V")
10
custom { methodDef, _ ->
11
methodDef.name == "needSendTyping"
0 commit comments