mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
fix search action
This commit is contained in:
@@ -78,6 +78,11 @@ class _MainPageState extends State<MainPage> {
|
||||
activeIcon: Icons.category,
|
||||
),
|
||||
],
|
||||
onPageChanged: (i) {
|
||||
setState(() {
|
||||
index = i;
|
||||
});
|
||||
},
|
||||
paneActions: [
|
||||
if(index != 0)
|
||||
PaneActionEntry(
|
||||
|
Reference in New Issue
Block a user