mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
opt account
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -162,10 +162,10 @@ class _WhisperDetailPageState
|
||||
return ChatItem(
|
||||
item: item,
|
||||
eInfos: _whisperDetailController.eInfos,
|
||||
onLongPress:
|
||||
item.senderUid == _whisperDetailController.ownerMid
|
||||
? () => onLongPress(index, item)
|
||||
: null,
|
||||
onLongPress: item.senderUid.toInt() ==
|
||||
_whisperDetailController.accountService.mid
|
||||
? () => onLongPress(index, item)
|
||||
: null,
|
||||
);
|
||||
},
|
||||
separatorBuilder: (context, index) => const SizedBox(height: 12),
|
||||
|
||||
Reference in New Issue
Block a user