Skip to content

Commit

Permalink
fix: remove group uin from MsgRecord display
Browse files Browse the repository at this point in the history
修复群号显示“未获取到”的问题
  • Loading branch information
std-microblock committed Aug 23, 2023
1 parent 4213f8d commit 4bcdc0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/cc/ioctl/hook/msg/MultiForwardAvatarHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@ object MultiForwardAvatarHook : CommonSwitchFunctionHook(arrayOf(CAIOUtils, Mult
ll.setPadding(p, p / 3, p, p / 3)
if (troopUin != null) {
// troop
HostStyledViewBuilder.newDialogClickableItemClickToCopy(ctx, "群号", if (isTroopUinAvailable) troopUin.toString() else "未获取到", ll, true) {
if (isTroopUinAvailable) {
OpenProfileCard.openTroopProfileActivity(ctx, troopUin.toString())
}
}
HostStyledViewBuilder.newDialogClickableItemClickToCopy(ctx, "成员", senderUin.toString(), ll, true) {
if (senderUin > 10000) {
OpenProfileCard.openUserProfileCard(ctx, senderUin)
Expand Down

0 comments on commit 4bcdc0d

Please sign in to comment.