mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-07-11 08:22:09 +02:00
android: hide disconnect when not wearing config on play builds
This commit is contained in:
+1
-1
@@ -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