This commit is contained in:
Violet Caulfield
2025-02-09 16:26:19 -06:00
parent 9f88a4b607
commit 9981170edb

View File

@@ -50,7 +50,7 @@ export default function PlayerScreen({
// Prevent gesture event to close player if we're seeking
useEffect(() => {
navigation.getParent()!.getParent()!.setOptions({
navigation.getParent()!.setOptions({
gestureEnabled: !seeking
});