Skip to content

Commit 197f9ee

Browse files
author
Aunali321
committed
fix(telegram): Find correct method
1 parent 34e0b69 commit 197f9ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • patches/src/main/kotlin/li/auna/patches/telegram/typingindicator

patches/src/main/kotlin/li/auna/patches/telegram/typingindicator/Fingerprints.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
package li.auna.patches.telegram.typingindicator
22

33
import app.revanced.patcher.fingerprint
4-
import com.android.tools.smali.dexlib2.AccessFlags
54
import com.android.tools.smali.dexlib2.Opcode
65

76
internal val needSendTypingFingerprint = fingerprint {
8-
accessFlags(AccessFlags.PUBLIC, AccessFlags.CONSTRUCTOR)
97
returns("V")
108
custom { methodDef, _ ->
119
methodDef.name == "needSendTyping"

0 commit comments

Comments
 (0)