Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48bc6ee5 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer Committed by Fahim Salam Chowdhury
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 2e3ec4ae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -532,7 +532,7 @@ public class MessagingController {
    }

    public void synchronizeMailboxBlocking(Account account, String folderServerId, boolean initialSync) {
        long folderId = getFolderId(account, folderServerId);
        final long folderId = getFolderId(account, folderServerId);

        if (!initialSync && K9.INSTANCE.isNetworkQuietTime() && folderId == account.getInboxFolderId()) {
            Timber.i("Network quite time enabled. Skipping sync inbox");