mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 11:07:51 +02:00
UI Changes for Analytics and Crashlytics
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user