We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96571 commit d74d43eCopy full SHA for d74d43e
app/src/main/java/com/infomaniak/mail/utils/FetchMessagesManager.kt
@@ -152,16 +152,12 @@ class FetchMessagesManager @Inject constructor(
152
if (mailboxGroupNotifications.size == 1) cancel(mailbox.notificationGroupId)
153
}
154
155
+ /**
156
+ * When we fetched Messages, we didn't find any new Message.
157
+ * It means we already got them all when we received a previous notification.
158
+ * We can leave safely.
159
+ */
160
if (threadsWithNewMessages.isEmpty()) {
- SentryDebug.sendFailedNotification(
- reason = "No new Message",
- sentryLevel = SentryLevel.WARNING,
- userId = userId,
- mailboxId = mailbox.mailboxId,
161
- messageUid = sentryMessageUid,
162
- mailbox = mailbox,
163
- )
164
-
165
realm.close()
166
return
167
0 commit comments