From 2a0d6f895a7d48bd86ca4849c742dd0ca39ff8c5 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 24 Jan 2021 16:09:13 -0800 Subject: Fix messenger theme for default --- app/src/main/kotlin/com/pitchedapps/frost/enums/Theme.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/enums') 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() }, -- cgit v1.2.3