diff --git a/app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt b/app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt index 98d9812..e72301c 100644 --- a/app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt +++ b/app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt @@ -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") }