1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Highlight active conversation

This commit is contained in:
2020-05-11 18:12:49 +02:00
parent 5c26626f92
commit f4ced0324c
2 changed files with 13 additions and 5 deletions

View File

@ -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,
));