mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-29 17:44:36 +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))
|
||||
if (BuildConfig.FLAVOR == "xposed") {
|
||||
if (!BuildConfig.PLAY_BUILD) {
|
||||
StyledToggle(
|
||||
title = stringResource(R.string.ear_detection),
|
||||
label = stringResource(R.string.disconnect_when_not_wearing),
|
||||
|
||||
Reference in New Issue
Block a user