From fd0b6d4a873cbe252e6ccfbb771c2fd1e34af80d Mon Sep 17 00:00:00 2001 From: Uruk Date: Sun, 18 Jan 2026 13:58:27 +0100 Subject: [PATCH] fix: correct useSettings destructuring in PlayButton --- components/PlayButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PlayButton.tsx b/components/PlayButton.tsx index 03867a31..cb6caae0 100644 --- a/components/PlayButton.tsx +++ b/components/PlayButton.tsx @@ -66,7 +66,7 @@ export const PlayButton: React.FC = ({ const startColor = useSharedValue(colorAtom); const widthProgress = useSharedValue(0); const colorChangeProgress = useSharedValue(0); - const [settings] = useSettings(); + const { settings } = useSettings(); const lightHapticFeedback = useHaptic("light"); const goToPlayer = useCallback(