mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Fix app bar
This commit is contained in:
parent
e2ec3ff15f
commit
4b5746d6f5
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user