mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 14:40:58 -04:00
state follower
This commit is contained in:
parent
f936cb069e
commit
450bdf9c7c
20 changed files with 787 additions and 128 deletions
|
@ -52,7 +52,7 @@ class ChatComponent extends StatelessWidget {
|
|||
if (contactList == null) {
|
||||
return debugPage('should always have a contact list here');
|
||||
}
|
||||
final avconversation = context.select<ActiveConversationsCubit,
|
||||
final avconversation = context.select<ActiveConversationsBlocMapCubit,
|
||||
AsyncValue<ActiveConversationState>?>(
|
||||
(x) => x.state[remoteConversationRecordKey]);
|
||||
if (avconversation == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue