Merge branch 'krille/fix-app-bar' into 'master'

Fix app bar

See merge request ChristianPauly/fluffychat-flutter!82
This commit is contained in:
Christian Pauly 2020-06-24 13:15:36 +00:00
commit dfc3521d36

View File

@ -299,7 +299,6 @@ class _ChatListState extends State<ChatList> {
? Text(L10n.of(context).share) ? Text(L10n.of(context).share)
: Padding( : Padding(
padding: EdgeInsets.all(8), padding: EdgeInsets.all(8),
child: Expanded(
child: TextField( child: TextField(
autocorrect: false, autocorrect: false,
controller: searchController, controller: searchController,
@ -311,7 +310,6 @@ class _ChatListState extends State<ChatList> {
), ),
), ),
), ),
),
floatingActionButton: floatingActionButton:
(AdaptivePageLayout.columnMode(context) || (AdaptivePageLayout.columnMode(context) ||
selectMode == SelectMode.share) selectMode == SelectMode.share)