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