Skip to content

Commit

Permalink
refactor: support TIM 4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Nov 13, 2024
1 parent a14a38e commit 70757b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ object QQTIMHooker : YukiBaseHooker() {
* 在 QQ NT 中 [AboutActivityClass] 已被移除 - 以此作为判断条件
* @return [Boolean]
*/
private val isQQNTVersion get() = isQQ && AboutActivityClass == null
private val isQQNTVersion get() = AboutActivityClass == null

/** 当前宿主的版本 */
private var hostVersionName = "<unknown>"
Expand Down

0 comments on commit 70757b1

Please sign in to comment.