diff --git a/lib/features/thread/presentation/thread_controller.dart b/lib/features/thread/presentation/thread_controller.dart index 36d944d58..c279b8982 100644 --- a/lib/features/thread/presentation/thread_controller.dart +++ b/lib/features/thread/presentation/thread_controller.dart @@ -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(); } }