use cards

This commit is contained in:
Evgeny @ SimpleX Chat
2026-05-31 22:19:45 +00:00
parent 17ccc9da20
commit 7208116396
@@ -86,7 +86,7 @@ fun ChannelWebPageView(
}
BackHandler(onBack = closeWithAlert)
ModalView(close = closeWithAlert) {
ModalView(close = closeWithAlert, cardScreen = true) {
ChannelWebPageLayout(
isChannel = isChannel,
webPage = webPage,