mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -26,6 +26,7 @@ class _OpenConversationButtonState extends State<OpenConversationButton> {
 | 
			
		||||
        children: <Widget>[
 | 
			
		||||
          _showConversationsList ? _buildConversationsList() : Container(),
 | 
			
		||||
          FloatingActionButton(
 | 
			
		||||
            heroTag: null,
 | 
			
		||||
            onPressed: () => _setShowConversationsList(!_showConversationsList),
 | 
			
		||||
            child: Icon(_showConversationsList ? Icons.close : Icons.message),
 | 
			
		||||
          )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user