We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c5392 commit 108fca0Copy full SHA for 108fca0
1 file changed
shared/src/commonMain/kotlin/site/remlit/snowdrop/view/TimelineView.kt
@@ -112,7 +112,7 @@ fun TimelineView() = ViewSurface {
112
}
113
),
114
title = {
115
- stringResource(Res.string.timeline)
+ Text(stringResource(Res.string.timeline))
116
},
117
actions = {
118
IconButton(onClick = { navHandler.navigate(SettingsRoute) }) {
0 commit comments