🐛 Bug fixes and optimization

This commit is contained in:
2024-08-23 23:16:41 +08:00
parent a70e6c7118
commit 14e8f7b775
4 changed files with 6 additions and 8 deletions

View File

@ -197,10 +197,7 @@ class _AppNavigationDrawerState extends State<AppNavigationDrawer>
} else if (SolianTheme.isLargeScreen(context)) {
_collapseDrawer();
} else {
_drawerAnimationController.animateTo(
1,
duration: const Duration(milliseconds: 100),
);
_drawerAnimationController.value = 1;
}
}