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;
|
canLoadMore = newListEmail.length >= ThreadConstants.maxCountEmails;
|
||||||
|
|
||||||
if (mailboxDashBoardController.emailsInCurrentMailbox.isEmpty) {
|
if (PlatformInfo.isWeb) {
|
||||||
refreshAllEmail();
|
|
||||||
} else if (PlatformInfo.isWeb) {
|
|
||||||
_validateBrowserHeight();
|
_validateBrowserHeight();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user