mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Highlight active conversation
This commit is contained in:
@ -126,6 +126,7 @@ abstract class MainController extends State<MainRoute> {
|
||||
/// Open a conversation
|
||||
void openConversation(int convID, {fullScreen: false}) => pushPage(PageInfo(
|
||||
type: PageType.CONVERSATION_PAGE,
|
||||
id: convID,
|
||||
child: ConversationRoute(conversationID: convID),
|
||||
hideNavBar: true,
|
||||
));
|
||||
|
Reference in New Issue
Block a user