Skip to content

Commit

Permalink
Fixed whoopsy daisy in Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed Apr 7, 2024
1 parent 449b52d commit 3f6a147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Logging : ch.rmy.android.framework.extensions.Logging {
private var initialized = false

fun initCrashReporting(context: Context) {
val settings = settings
val settings = Settings(context)
val deviceId = settings.deviceId
if (isAppOutdated || !settings.isCrashReportingAllowed || deviceId in BLACKLISTED_DEVICE_IDS) {
return
Expand Down

0 comments on commit 3f6a147

Please sign in to comment.