Modify remove wrap/part at the end of file

This commit is contained in:
2022-11-03 10:18:47 +08:00
parent 69564cccf6
commit dd6c69b337
2 changed files with 2 additions and 2 deletions

View File

@@ -50,4 +50,4 @@ class HookEntry : IYukiHookXposedInit {
loadApp(PackageName.QQ, PackageName.TIM) { loadHooker(QQTIMHooker) } loadApp(PackageName.QQ, PackageName.TIM) { loadHooker(QQTIMHooker) }
loadApp(PackageName.WECHAT, WeChatHooker) loadApp(PackageName.WECHAT, WeChatHooker)
} }
} }

View File

@@ -174,4 +174,4 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
else -> binding.mainTextApiWay.text = "Activated by anonymous" else -> binding.mainTextApiWay.text = "Activated by anonymous"
} }
} }
} }