Fix web version
This commit is contained in:
parent
4dd31d961a
commit
a611e2a141
2 changed files with 2 additions and 1 deletions
|
|
@ -89,6 +89,7 @@ class _ChatListState extends State<ChatList> {
|
|||
onPressed: () => setState(() => searchMode = false),
|
||||
)
|
||||
: null,
|
||||
automaticallyImplyLeading: false,
|
||||
actions: searchMode
|
||||
? null
|
||||
: <Widget>[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue