💄 Optimize floating action button
This commit is contained in:
@@ -519,11 +519,7 @@ class ChatListScreen extends HookConsumerWidget {
|
||||
),
|
||||
);
|
||||
},
|
||||
).padding(
|
||||
bottom:
|
||||
(isWideScreen(context) ? 0 : 56) +
|
||||
MediaQuery.of(context).padding.bottom,
|
||||
)
|
||||
).padding(bottom: MediaQuery.of(context).padding.bottom)
|
||||
: null,
|
||||
appBar: AppBar(
|
||||
flexibleSpace: Container(
|
||||
|
||||
Reference in New Issue
Block a user