remove close button if search is not active
This commit is contained in:
@@ -300,6 +300,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
|
||||
children: [
|
||||
SearchTextField(
|
||||
controller: _controller,
|
||||
showCloseButton: _isSearchActive,
|
||||
),
|
||||
Expanded(
|
||||
child: AnimatedSwitcher(
|
||||
|
||||
Reference in New Issue
Block a user