TF-3834 Persist sort order when reload page

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-30 10:40:22 +07:00
committed by Dat H. Pham
parent 1293c1a997
commit 7aa7223049
2 changed files with 9 additions and 3 deletions
@@ -373,7 +373,6 @@ class MailboxDashBoardController extends ReloadableController
}
_handleArguments();
_loadAppGrid();
loadStoredEmailSortOrder();
super.onReady();
}
@@ -825,6 +824,7 @@ class MailboxDashBoardController extends ReloadableController
notifyThreadDetailSettingUpdated();
getServerSetting();
cleanupRecentSearch();
loadStoredEmailSortOrder();
if (PlatformInfo.isMobile) {
getAllSendingEmails();