mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 20:08:16 +00:00
ios: fix chat view closing for invitee after being accepted
This commit is contained in:
@@ -353,7 +353,7 @@ struct ChatView: View {
|
||||
.appSheet(
|
||||
isPresented: $showUserSupportChatSheet,
|
||||
onDismiss: {
|
||||
if groupInfo.membership.memberPending {
|
||||
if chat.chatInfo.groupInfo?.membership.memberPending ?? false {
|
||||
chatModel.chatId = nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user