🐛 Fix app drawer did not close after selected

This commit is contained in:
LittleSheep 2025-03-29 01:04:37 +08:00
parent 3585941ccb
commit 55a7e7d900

View File

@ -87,6 +87,7 @@ class _AppNavigationDrawerState extends State<AppNavigationDrawer> {
onTap: () {
GoRouter.of(context).pushNamed(ele.screen);
nav.setIndex(idx);
Scaffold.of(context).closeDrawer();
},
);
})