add a native check to the intent
This commit is contained in:
@@ -97,7 +97,7 @@ export function useIntentHandler() {
|
||||
return
|
||||
}
|
||||
case 'apply-ota': {
|
||||
if (!IS_TESTFLIGHT) {
|
||||
if (!isNative || !IS_TESTFLIGHT) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user