Skip to content

Commit

Permalink
[fix] 修复去年12月份,适配8.0.44就带来的老古董bug:所有好友单聊搜索“图片/视频”都为空白
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvm committed Feb 28, 2024
1 parent beab032 commit 73c5c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ class EmptySingChatHistoryGalleryPluginPart : IPlugin {
if (WXMaskPlugin.containChatUser(userName)) {
param.args[1] = 0
LogUtil.i("empty MediaHistoryGalleryUI data")
param.args[0] = false
}
param.args[0] = false
// XposedHelpers2.findFirstFieldByExactType(this::class.java)
}
}
Expand Down

0 comments on commit 73c5c22

Please sign in to comment.