ios: fix applying chat theme (#4656)

This commit is contained in:
Stanislav Dmitrenko
2024-08-11 21:11:11 +09:00
committed by GitHub
parent 35c37263b8
commit 1f8c69ec23
+1 -1
View File
@@ -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,