mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 05:48:54 +00:00
Load group information
This commit is contained in:
@@ -114,8 +114,11 @@ class _ConversationScreenState extends SafeState<ConversationsListScreen> {
|
||||
|
||||
/// Create a new conversation
|
||||
void _createConversation() {
|
||||
MainController.of(context)
|
||||
.push(CreateConversationScreen(), canShowAsDialog: true);
|
||||
MainController.of(context).push(
|
||||
CreateConversationScreen(),
|
||||
canShowAsDialog: true,
|
||||
hideNavBar: true,
|
||||
);
|
||||
if (widget.onOpen != null) widget.onOpen();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user