Skip to content

Commit

Permalink
Merge branch 'trunk' into feature/notifications_refresh_p1
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Lilis committed Feb 16, 2024
2 parents 0c81a3b + adfde43 commit 12987f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WPCrashLoggingDataProvider @Inject constructor(
}

override val buildType: String = BuildConfig.BUILD_TYPE
override val enableCrashLoggingLogs: Boolean = BuildConfig.DEBUG
override val enableCrashLoggingLogs: Boolean = false
override val locale: Locale
get() = localeManager.getLocale()
override val releaseName: String = BuildConfig.VERSION_NAME
Expand Down

0 comments on commit 12987f7

Please sign in to comment.