Fix PR OTA deployments reverting after apply (#11338)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-07-30 23:30:42 +03:00
committed by GitHub
parent 1c02724ac4
commit 07c34a6548
3 changed files with 206 additions and 34 deletions
+2 -2
View File
@@ -94,9 +94,9 @@ export function useIntentHandler() {
: null
if (!channel) {
Alert.alert('Error', 'No channel provided to look for.')
} else {
tryApplyUpdate(channel, appVersion)
return
}
tryApplyUpdate(channel, appVersion)
return
}
default: {