We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa3897 commit c4fcd3dCopy full SHA for c4fcd3d
modules/services/preferences/src/main/java/au/com/shiftyjelly/pocketcasts/preferences/Settings.kt
@@ -506,8 +506,6 @@ interface Settings {
506
fun setTimesToShowBatteryWarning(value: Int)
507
fun getTimesToShowBatteryWarning(): Int
508
509
- // Only the AnalyticsTracker object should update SendUsageState directly. Everything else
510
- // should update this setting through the AnalyticsTracker.
511
val collectAnalytics: ReadWriteSetting<Boolean>
512
val sendCrashReports: UserSetting<Boolean>
513
val linkCrashReportsToUser: UserSetting<Boolean>
0 commit comments