mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Use small add button
This commit is contained in:
@ -38,6 +38,6 @@ class _OpenConversationButtonState extends State<OpenConversationButton> {
|
||||
width: 300,
|
||||
height: 500,
|
||||
child: Card(
|
||||
child: ConversationsListScreen(),
|
||||
child: ConversationsListScreen(useSmallFAB: true),
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user