We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e58b commit eec1f2bCopy full SHA for eec1f2b
app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SettingsScreen.kt
@@ -160,8 +160,8 @@ fun SettingsScreen(
160
modifier = Modifier
161
.fillMaxWidth()
162
.clickable(
163
- onClick = { clipboardManager.setText(AnnotatedString(BuildConfig.VERSION_NAME)) }
164
- )
+ onClick = { clipboardManager.setText(AnnotatedString(BuildConfig.VERSION_NAME)) },
+ ),
165
) {
166
Heading(
167
text = strings.version_label,
0 commit comments