UI Changes for Analytics and Crashlytics

This commit is contained in:
Roshan Varughese
2024-09-18 09:21:29 +12:00
parent 380787a310
commit faff22c9e9
4 changed files with 44 additions and 1 deletions

View File

@ -18,6 +18,10 @@ class SecurityPreferences(
fun hideNotificationContent() = preferenceStore.getBoolean("hide_notification_content", false)
fun crashlytics() = preferenceStore.getBoolean("crashlytics", false)
fun analytics() = preferenceStore.getBoolean("analytics", false)
/**
* For app lock. Will be set when there is a pending timed lock.
* Otherwise this pref should be deleted.