use PrefKeys everywhere

This commit is contained in:
Conny Duck 2023-09-11 19:12:33 +02:00
commit af5ec068e8
12 changed files with 35 additions and 36 deletions

View file

@ -52,7 +52,6 @@ object PrefKeys {
const val SCHEMA_VERSION: String = "schema_version"
const val APP_THEME = "appTheme"
const val EMOJI = "selected_emoji_font"
const val FAB_HIDE = "fabHide"
const val LANGUAGE = "language"
const val STATUS_TEXT_SIZE = "statusTextSize"