diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/preferences/UISharedPreferences.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/preferences/UISharedPreferences.kt index 7a9de9483e..af4c15f520 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/preferences/UISharedPreferences.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/preferences/UISharedPreferences.kt @@ -215,7 +215,7 @@ class UiSharedPreferences( } private fun decodeBottomBarItems(raw: String): List? { - if (raw.isBlank()) return emptyList() + if (raw.isBlank()) return DefaultBottomBarEntries // Current format: a JSON list of BottomBarEntry (built-ins + favorites). runCatching { return JsonMapper.fromJson>(raw) } // Configs written before the stable @SerialName discriminators used the fully-qualified