We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0bca commit 17d4986Copy full SHA for 17d4986
lib/chat_master/view/chat_rooms_list.dart
@@ -19,6 +19,7 @@ class ChatRoomsList extends StatelessWidget with WatchItMixin {
19
di<ChatModel>().filteredRooms;
20
watchPropertyValue((ChatModel m) => m.roomsFilter);
21
watchPropertyValue((ChatModel m) => m.archiveActive);
22
+ watchPropertyValue((ChatModel m) => m.activeSpace);
23
24
return CustomScrollView(
25
slivers: [
0 commit comments