feat: setMsgDnd

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-12 14:30:08 +08:00
parent 0514c0d999
commit 964668c982
8 changed files with 102 additions and 28 deletions

View File

@@ -321,12 +321,14 @@ class _LikeMePageState extends State<LikeMePage> {
height: 45,
src: item.item!.image,
),
if (item.noticeState == 1)
if (item.noticeState == 1) ...[
if (item.item?.image?.isNotEmpty == true) const SizedBox(width: 4),
Icon(
size: 18,
Icons.notifications_off,
color: theme.colorScheme.outline,
),
],
],
),
);