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(
|
PopupMenuItem(
|
||||||
|
enabled: isPinned != null,
|
||||||
onTap: isPinned == null
|
onTap: isPinned == null
|
||||||
? null
|
? null
|
||||||
: () async {
|
: () async {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue