mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Open conversations in their context
This commit is contained in:
@ -175,7 +175,7 @@ class _ConversationWindowState extends SafeState<ConversationWindow> {
|
||||
}
|
||||
|
||||
void _openFullScreen() {
|
||||
MainController.of(context).openConversation(_convID, fullScreen: true);
|
||||
MainController.of(context).openConversationById(_convID, fullScreen: true);
|
||||
widget.onClose();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user