mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +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