From 72081163961ed14d395bc4f744e6b635dce8be85 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Sun, 31 May 2026 22:19:45 +0000 Subject: [PATCH] use cards --- .../chat/simplex/common/views/chat/group/ChannelWebPageView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/ChannelWebPageView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/ChannelWebPageView.kt index 99e5a4dc7e..1b8eb39956 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/ChannelWebPageView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/group/ChannelWebPageView.kt @@ -86,7 +86,7 @@ fun ChannelWebPageView( } BackHandler(onBack = closeWithAlert) - ModalView(close = closeWithAlert) { + ModalView(close = closeWithAlert, cardScreen = true) { ChannelWebPageLayout( isChannel = isChannel, webPage = webPage,