We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a422f commit a10ededCopy full SHA for a10eded
app/src/main/java/com/infomaniak/mail/data/cache/mailboxContent/RefreshController.kt
@@ -596,7 +596,7 @@ class RefreshController @Inject constructor(
596
// Add Sentry log and leave if the Message already exists
597
if (existingMessage != null && !existingMessage.isOrphan()) {
598
SentryLog.i(
599
- TAG,
+ "Realm",
600
"Already existing message in folder ${folder.displayForSentry()} | threadMode = ${localSettings.threadMode}",
601
)
602
return true
@@ -817,8 +817,4 @@ class RefreshController @Inject constructor(
817
val onStart: (() -> Unit),
818
val onStop: (() -> Unit),
819
820
-
821
- companion object {
822
- private val TAG = RefreshController::class.java.simpleName
823
- }
824
}
0 commit comments