chore: Follow up low priority
This commit is contained in:
parent
74c3277eb6
commit
ac24b86a3a
1 changed files with 36 additions and 34 deletions
|
|
@ -578,6 +578,7 @@ class ChatListController extends State<ChatList>
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
if (!room.isLowPriority)
|
||||||
PopupMenuItem(
|
PopupMenuItem(
|
||||||
value: ChatContextAction.favorite,
|
value: ChatContextAction.favorite,
|
||||||
child: Row(
|
child: Row(
|
||||||
|
|
@ -595,6 +596,7 @@ class ChatListController extends State<ChatList>
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
if (!room.isFavourite)
|
||||||
PopupMenuItem(
|
PopupMenuItem(
|
||||||
value: ChatContextAction.lowPriority,
|
value: ChatContextAction.lowPriority,
|
||||||
child: Row(
|
child: Row(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue