diff --git a/lib/ui/home/chat/chat_page.dart b/lib/ui/home/chat/chat_page.dart index e137ae99f7..cc5cf5375c 100644 --- a/lib/ui/home/chat/chat_page.dart +++ b/lib/ui/home/chat/chat_page.dart @@ -66,11 +66,6 @@ class ChatPage extends HookConsumerWidget { useValueListenable(chatSideNotifier); - ref.listen(hasSelectedMessageProvider, (previous, hasSelectedMessage) { - if (!hasSelectedMessage) return; - chatSideNotifier.clear(); - }); - final chatContainerPage = MaterialPage( key: const ValueKey('chatContainer'), name: 'chatContainer',