diff --git a/lib/widgets/room_chat.dart b/lib/widgets/room_chat.dart index e8456ac..e438205 100644 --- a/lib/widgets/room_chat.dart +++ b/lib/widgets/room_chat.dart @@ -264,6 +264,7 @@ class RoomChat extends HookConsumerWidget { ), )) PopupMenuItem( + enabled: isPinned != null, onTap: isPinned == null ? null : () async {