From 1f8c69ec238808d0b42001e920ec6160e87a3365 Mon Sep 17 00:00:00 2001 From: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:11:11 +0900 Subject: [PATCH] ios: fix applying chat theme (#4656) --- apps/ios/Shared/Views/Chat/ChatView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index b17e0057d8..11b6f9aba3 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -188,7 +188,7 @@ struct ChatView: View { } label: { ChatInfoToolbar(chat: chat) } - .appSheet(isPresented: $showChatInfoSheet) { + .appSheet(isPresented: $showChatInfoSheet, onDismiss: { theme = buildTheme() }) { ChatInfoView( chat: chat, contact: contact,