From 17b81e1450228fc173b5aa525a599a2dfd38e7f5 Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Sun, 5 Jul 2026 16:16:06 -0700 Subject: [PATCH] Reset the SIMPLEX chat list background when the theme changes The dark SIMPLEX chat-list background read the active theme in a way that did not react to a live theme switch, so it stayed dark after switching to another theme until the list was rebuilt. It now reads the theme reactively and clears immediately. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../kotlin/chat/simplex/common/views/chatlist/ChatListView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatListView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatListView.kt index bd4a18f5f3..bb8ac5c431 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatListView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/ChatListView.kt @@ -198,7 +198,8 @@ fun ChatListView(chatModel: ChatModel, userPickerState: MutableStateFlow