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,