android: hide disconnect when not wearing config on play builds

This commit is contained in:
Kavish Devar
2026-04-23 03:49:12 +05:30
parent 294d733e71
commit d0b8574c68

View File

@@ -217,7 +217,7 @@ fun AppSettingsScreen(
}
Spacer(modifier = Modifier.height(16.dp))
if (BuildConfig.FLAVOR == "xposed") {
if (!BuildConfig.PLAY_BUILD) {
StyledToggle(
title = stringResource(R.string.ear_detection),
label = stringResource(R.string.disconnect_when_not_wearing),