mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Open conversations in their context
This commit is contained in:
@ -14,7 +14,7 @@ Future<bool> openPrivateConversation(BuildContext context, int userID) async {
|
||||
final convID = await ConversationsHelper().getPrivate(userID);
|
||||
|
||||
// Open the conversation
|
||||
MainController.of(context).openConversation(convID);
|
||||
MainController.of(context).openConversationById(convID);
|
||||
|
||||
return true;
|
||||
} catch (e, s) {
|
||||
|
Reference in New Issue
Block a user