preference: Remove unused keys
Some checks failed
/ build-debug (push) Has been cancelled

This commit is contained in:
Peter Cai 2024-07-01 19:55:13 -04:00
parent 3f0e789997
commit 09a8db330b

View file

@ -22,8 +22,6 @@ val Fragment.preferenceRepository: PreferenceRepository
object PreferenceKeys {
val NOTIFICATION_DOWNLOAD = booleanPreferencesKey("notification_download")
val NOTIFICATION_DELETE = booleanPreferencesKey("notification_delete")
val NOTIFICATION_ENABLE = booleanPreferencesKey("notification_enable")
val NOTIFICATION_DISABLE = booleanPreferencesKey("notification_disable")
val NOTIFICATION_SWITCH = booleanPreferencesKey("notification_switch")
}