This commit is contained in:
Eric Bailey
2025-06-13 16:35:34 -05:00
parent 08f0a5cc71
commit b69dd3848e
5 changed files with 12 additions and 5 deletions
@@ -22,7 +22,10 @@ import {useLingui} from '@lingui/react'
import {useNavigation} from '@react-navigation/native'
import {type NavigationProp} from '#/lib/routes/types'
import {type EmbedPlayerParams, getPlayerAspect} from '#/lib/strings/embed-player'
import {
type EmbedPlayerParams,
getPlayerAspect,
} from '#/lib/strings/embed-player'
import {isNative} from '#/platform/detection'
import {useExternalEmbedsPrefs} from '#/state/preferences'
import {EventStopper} from '#/view/com/util/EventStopper'