Fix app bar

This commit is contained in:
Christian Pauly 2020-06-24 15:04:58 +02:00
parent e2ec3ff15f
commit 4b5746d6f5
1 changed files with 7 additions and 9 deletions

View File

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