add a native check to the intent

This commit is contained in:
Hailey
2025-07-24 14:24:50 -07:00
parent 2088bfcb85
commit 6077c5e95e
+1 -1
View File
@@ -97,7 +97,7 @@ export function useIntentHandler() {
return
}
case 'apply-ota': {
if (!IS_TESTFLIGHT) {
if (!isNative || !IS_TESTFLIGHT) {
return
}