mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-10 19:52:24 +00:00
android: revert accidental capitalization on toggle label
This commit is contained in:
@@ -294,7 +294,7 @@ fun AirPodsSettingsScreen(dev: BluetoothDevice?, service: AirPodsService,
|
|||||||
|
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
Spacer(modifier = Modifier.height(16.dp))
|
||||||
StyledToggle(
|
StyledToggle(
|
||||||
label = stringResource(R.string.off_listening_mode).uppercase(),
|
label = stringResource(R.string.off_listening_mode),
|
||||||
controlCommandIdentifier = AACPManager.Companion.ControlCommandIdentifiers.ALLOW_OFF_OPTION,
|
controlCommandIdentifier = AACPManager.Companion.ControlCommandIdentifiers.ALLOW_OFF_OPTION,
|
||||||
description = stringResource(R.string.off_listening_mode_description)
|
description = stringResource(R.string.off_listening_mode_description)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user