mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-27 11:26:19 +00:00
android: hide disconnect when not wearing config on play builds
This commit is contained in:
@@ -217,7 +217,7 @@ fun AppSettingsScreen(
|
|||||||
}
|
}
|
||||||
|
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
Spacer(modifier = Modifier.height(16.dp))
|
||||||
if (BuildConfig.FLAVOR == "xposed") {
|
if (!BuildConfig.PLAY_BUILD) {
|
||||||
StyledToggle(
|
StyledToggle(
|
||||||
title = stringResource(R.string.ear_detection),
|
title = stringResource(R.string.ear_detection),
|
||||||
label = stringResource(R.string.disconnect_when_not_wearing),
|
label = stringResource(R.string.disconnect_when_not_wearing),
|
||||||
|
|||||||
Reference in New Issue
Block a user