correctly mark when pinning isnt available yet
This commit is contained in:
parent
2a4106d941
commit
91283e7c4d
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ class RoomChat extends HookConsumerWidget {
|
|||
),
|
||||
))
|
||||
PopupMenuItem(
|
||||
enabled: isPinned != null,
|
||||
onTap: isPinned == null
|
||||
? null
|
||||
: () async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue