mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Auto-hide conversations list when a conversation is selected
This commit is contained in:
		@@ -38,6 +38,9 @@ class _OpenConversationButtonState extends State<OpenConversationButton> {
 | 
			
		||||
      width: 300,
 | 
			
		||||
      height: 500,
 | 
			
		||||
      child: Card(
 | 
			
		||||
        child: ConversationsListScreen(useSmallFAB: true),
 | 
			
		||||
        child: ConversationsListScreen(
 | 
			
		||||
          useSmallFAB: true,
 | 
			
		||||
          onOpen: () => _setShowConversationsList(false),
 | 
			
		||||
        ),
 | 
			
		||||
      ));
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user