We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a84493 commit c478611Copy full SHA for c478611
common/src/main/java/io/github/yamin8000/owl/common/ui/components/Texts.kt
@@ -272,8 +272,8 @@ fun SpeakableRippleTextWithIcon(
272
onDoubleClick: ((String) -> Unit)? = null,
273
content: @Composable (() -> Unit)? = null
274
) {
275
+ val increaseVolumeText = stringResource(R.string.increase_volume_notice)
276
val context = LocalContext.current
- val increaseVolumeText = context.getString(R.string.increase_volume_notice)
277
val audio = remember {
278
context.findActivity()?.getSystemService(Context.AUDIO_SERVICE) as AudioManager?
279
}
0 commit comments