Skip to content

Commit

Permalink
chore: reduce error log
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jul 18, 2023
1 parent a43bb7d commit b5ca532
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ object MessageInterception : BasePersistBackgroundHook() {
Int::class.java
).hookAfter(this, callback)
// I don't know what will the 3rd method do
// updateMsgTab
Initiator._C2CMessageManager().methodWithSuper(
when {
requireMinQQVersion(QQVersion.QQ_8_9_63) -> "y0"
requireMinQQVersion(QQVersion.QQ_8_9_3) -> "E0"
requireMinQQVersion(QQVersion.QQ_8_8_93) -> "A0"
else -> "d"
Expand Down

0 comments on commit b5ca532

Please sign in to comment.