mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-07-08 15:14:57 +02:00
android: allow non-premium users to disable head gestures (#564)
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ fun HeadTrackingScreen(viewModel: AirPodsViewModel, navController: NavController
|
||||
label = "Head Gestures",
|
||||
checked = state.headGesturesEnabled,
|
||||
onCheckedChange = { viewModel.setHeadGesturesEnabled(it) },
|
||||
enabled = state.isPremium,
|
||||
enabled = state.isPremium || state.headGesturesEnabled,
|
||||
description = stringResource(R.string.head_gestures_details)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user