Skip to content

Commit

Permalink
Use setter instead of property accessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jan 8, 2025
1 parent 3ba8a70 commit 21e781e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ open class KSApp : Application(), SingletonImageLoader.Factory, Configuration.Pr
// TODO enable / disable AnalyticsTracker

if (BuildConfig.ENABLE_CRASH_REPORTING) {
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(true)
FirebaseCrashlytics.getInstance().isCrashlyticsCollectionEnabled = true
}

initializeKermit()
Expand Down

0 comments on commit 21e781e

Please sign in to comment.