Skip to content

Commit f6acfa2

Browse files
committed
update ios post action ui
1 parent 348367f commit f6acfa2

File tree

5 files changed

+2162
-2131
lines changed

5 files changed

+2162
-2131
lines changed

compose-ui/src/iosMain/kotlin/dev/dimension/flare/ui/theme/FlareTheme.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ internal fun ProvideThemeSettings(content: @Composable () -> Unit) {
4242
AvatarShape.CIRCLE -> ComponentAppearance.AvatarShape.CIRCLE
4343
AvatarShape.SQUARE -> ComponentAppearance.AvatarShape.SQUARE
4444
},
45-
showActions = appearanceSettings.showActions,
4645
showNumbers = appearanceSettings.showNumbers,
4746
showLinkPreview = appearanceSettings.showLinkPreview,
4847
showMedia = appearanceSettings.showMedia,
@@ -56,6 +55,7 @@ internal fun ProvideThemeSettings(content: @Composable () -> Unit) {
5655
tldr = appSettings.aiConfig.tldr,
5756
),
5857
fullWidthPost = appearanceSettings.fullWidthPost,
58+
postActionStyle = appearanceSettings.postActionStyle,
5959
)
6060
},
6161
content = content,

0 commit comments

Comments
 (0)