diff --git a/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart b/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart index 6647ddb91..4cb9c33ca 100644 --- a/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart +++ b/lib/features/manage_account/presentation/manage_account_dashboard_controller.dart @@ -115,7 +115,7 @@ class ManageAccountDashBoardController extends ReloadableController { } void backToMailboxDashBoard(BuildContext context) { - if (!_responsiveUtils.isDesktop(context)) { + if (isMenuDrawerOpen) { closeMenuDrawer(); } if (canBack(context)) {