Skip to content

Commit

Permalink
fix: ChatItemShowQQUin for QQ 8.9.90
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Nov 16, 2023
1 parent 949bc54 commit d6d676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/ketal/hook/ChatItemShowQQUin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object ChatItemShowQQUin : CommonConfigFunctionHook(), OnBubbleBuilder {

// X2J_APT <- ???Binding <- AIOSenderBubbleTemplate
private val NAME_TAIL_LAYOUT = when {
requireMinQQVersion(QQVersion.QQ_8_9_90) -> ""
requireMinQQVersion(QQVersion.QQ_8_9_90) -> "smi"
requireMinQQVersion(QQVersion.QQ_8_9_88) -> "slx"
requireMinQQVersion(QQVersion.qq_8_9_85) -> "sih"
requireMinQQVersion(QQVersion.QQ_8_9_83) -> "shv"
Expand Down

0 comments on commit d6d676e

Please sign in to comment.