mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
Merge branch 'krille/fix-app-bar' into 'master'
Fix app bar See merge request ChristianPauly/fluffychat-flutter!82
This commit is contained in:
commit
dfc3521d36
@ -299,15 +299,13 @@ 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,
|
decoration: InputDecoration(
|
||||||
decoration: InputDecoration(
|
contentPadding: EdgeInsets.all(9),
|
||||||
contentPadding: EdgeInsets.all(9),
|
border: InputBorder.none,
|
||||||
border: InputBorder.none,
|
hintText: L10n.of(context).searchForAChat,
|
||||||
hintText: L10n.of(context).searchForAChat,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user