remove close button if search is not active

This commit is contained in:
Salvatore Giordano
2020-12-01 11:14:21 +01:00
parent 7f0c8fe25a
commit 9659008ae8
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -300,6 +300,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
children: [
SearchTextField(
controller: _controller,
showCloseButton: _isSearchActive,
),
Expanded(
child: AnimatedSwitcher(