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 d678206 commit 949bc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/me/ketal/hook/ChatItemShowQQUin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +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_88) -> "slx"
requireMinQQVersion(QQVersion.qq_8_9_85) -> "sih"
requireMinQQVersion(QQVersion.QQ_8_9_83) -> "shv"
Expand Down

0 comments on commit 949bc54

Please sign in to comment.