diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-24 16:09:13 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-24 16:09:13 -0800 |
commit | 2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5 (patch) | |
tree | 95df1fc898d277140a547d2b7f5e1e30d43e4899 /app/src/main/kotlin | |
parent | 28e7848e0da91be7f841e133ed989769bfcc6dca (diff) | |
download | frost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.tar.gz frost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.tar.bz2 frost-2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5.zip |
Fix messenger theme for default
Diffstat (limited to 'app/src/main/kotlin')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt b/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt index 1f28d271..1c9d6aa5 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt @@ -40,7 +40,7 @@ enum class Theme( ) { DEFAULT(R.string.kau_default, - null, + "default", { 0xde000000.toInt() }, { FACEBOOK_BLUE }, { 0xfffafafa.toInt() }, |