Add DARK_BLUE enum value back to avoid crash

This commit is contained in:
arkon 2021-07-04 17:38:54 -04:00
parent c50ede8b2c
commit 9df721d158

View File

@ -30,6 +30,7 @@ object PreferenceValues {
YOTSUBA(R.string.theme_yotsuba),
// Deprecated
DARK_BLUE(null),
HOT_PINK(null),
}