File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
composeApp/src/commonMain/kotlin/ui/screens Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ import ui.navigation.EventContentRoute
3737import utils.app.Constants
3838import utils.app.DefaultZIndex
3939import utils.app.FontSizeNormal14
40+ import utils.app.isAndroidPlatform
4041import utils.app.isLinuxPlatform
4142import utils.app.isMacOSPlatform
4243import utils.app.isWindowsPlatform
@@ -136,7 +137,7 @@ fun EventContentPageScreen(
136137 eventImageDisplay(eventItem)
137138 }
138139 item {
139- if (isWindowsPlatform () || isMacOSPlatform() || isLinuxPlatform() ){
140+ if (! isAndroidPlatform () ){
140141 val richTextState = rememberRichTextState()
141142 RichText (
142143 state = richTextState.setHtml(htmlData),
Original file line number Diff line number Diff line change 1- # Sun Mar 23 22:10:07 HKT 2025
1+ # Sun Mar 23 22:14:57 HKT 2025
22APP_PLATFORM =Android
33APP_PROFILE =PRODUCTION
44APP_VERSION =2025.03.23
55APP_VERSION_BETA =3.0.1
6- APP_VERSION_CODE =8567
6+ APP_VERSION_CODE =8569
77APP_VERSION_CODENAME =SG3
88APP_VERSION_CODENAME_BETA =Echo
99APP_VERSION_DESKTOP =1.0.2
You can’t perform that action at this time.
0 commit comments