Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Jun 6, 2024
1 parent f1117cb commit 302b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/five/ec1cff/myinjector/Entry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Entry : IXposedHookLoadPackage, IXposedHookZygoteInit {
"com.lbe.security.miui" -> LbeHandler()
"com.miui.securitycenter" -> MIUISecurityCenterHandler()
"com.twitter.android" -> TwitterXposedHandler()
"org.telegram.messenge" -> TelegramHandler()
"org.telegram.messenger" -> TelegramHandler()
"com.termux" -> TermuxHandler()
"com.tencent.wework" -> WeWorkXposedHandler()
"com.android.systemui" -> SystemUIHandler()
Expand Down

0 comments on commit 302b200

Please sign in to comment.