mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 13:39:54 +00:00
ui: fix connecting to group with member review (#6072)
This commit is contained in:
+1
@@ -2872,6 +2872,7 @@ object ChatController {
|
||||
}
|
||||
if (
|
||||
chatModel.chatId.value == r.groupInfo.id
|
||||
&& !r.groupInfo.membership.memberPending
|
||||
&& ModalManager.end.hasModalOpen(ModalViewId.SECONDARY_CHAT)
|
||||
&& chatModel.secondaryChatsContext.value?.secondaryContextFilter is SecondaryContextFilter.GroupChatScopeContext
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user