Watch
1
0
Fork
You've already forked nexus
0
forked from Nexus/nexus

correctly mark when pinning isnt available yet

This commit is contained in:
Henry Hiles 2026-07-14 16:54:45 -04:00
commit 91283e7c4d
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -264,6 +264,7 @@ class RoomChat extends HookConsumerWidget {
), ),
)) ))
PopupMenuItem( PopupMenuItem(
enabled: isPinned != null,
onTap: isPinned == null onTap: isPinned == null
? null ? null
: () async { : () async {