android: fix group creation chat redirection showing attachments view (#4669)

This commit is contained in:
Diogo
2024-08-13 09:18:06 +01:00
committed by GitHub
parent 6a12f2dec8
commit 84ae39b012

View File

@@ -35,8 +35,10 @@ import java.net.URI
@Composable
fun AddGroupView(chatModel: ChatModel, rh: RemoteHostInfo?, close: () -> Unit, closeAll: () -> Unit) {
val rhId = rh?.remoteHostId
val view = LocalMultiplatformView()
AddGroupLayout(
createGroup = { incognito, groupProfile ->
hideKeyboard(view)
withBGApi {
val groupInfo = chatModel.controller.apiNewGroup(rhId, incognito, groupProfile)
if (groupInfo != null) {