mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-02 08:09:14 +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))
|
||||
StyledToggle(
|
||||
label = stringResource(R.string.off_listening_mode).uppercase(),
|
||||
label = stringResource(R.string.off_listening_mode),
|
||||
controlCommandIdentifier = AACPManager.Companion.ControlCommandIdentifiers.ALLOW_OFF_OPTION,
|
||||
description = stringResource(R.string.off_listening_mode_description)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user