Skip to content

Commit

Permalink
refactor: Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Oct 29, 2024
1 parent e063f97 commit 794007f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class RefreshController @Inject constructor(
// Add Sentry log and leave if the Message already exists
if (existingMessage != null && !existingMessage.isOrphan()) {
SentryLog.i(
TAG,
"Realm",
"Already existing message in folder ${folder.displayForSentry()} | threadMode = ${localSettings.threadMode}",
)
return true
Expand Down Expand Up @@ -817,8 +817,4 @@ class RefreshController @Inject constructor(
val onStart: (() -> Unit),
val onStop: (() -> Unit),
)

companion object {
private val TAG = RefreshController::class.java.simpleName
}
}

0 comments on commit 794007f

Please sign in to comment.