TF-3372 Fix [MU] Emptying trash: Many unnecessary Email/query + Email/get requests
This commit is contained in:
@@ -439,9 +439,7 @@ class ThreadController extends BaseController with EmailActionController {
|
||||
}
|
||||
canLoadMore = newListEmail.length >= ThreadConstants.maxCountEmails;
|
||||
|
||||
if (mailboxDashBoardController.emailsInCurrentMailbox.isEmpty) {
|
||||
refreshAllEmail();
|
||||
} else if (PlatformInfo.isWeb) {
|
||||
if (PlatformInfo.isWeb) {
|
||||
_validateBrowserHeight();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user