diff --git a/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/AppSettingsScreen.kt b/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/AppSettingsScreen.kt index 7f7bf09..c4e49d1 100644 --- a/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/AppSettingsScreen.kt +++ b/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/AppSettingsScreen.kt @@ -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),