Skip to content

Commit

Permalink
return early on camera error
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcvp committed Sep 10, 2024
1 parent ef140b7 commit 7f7e897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export class HomePage implements OnInit {
await alert.present()
this.manualInput = true
this.isScanActive = false
return
}


Expand Down

0 comments on commit 7f7e897

Please sign in to comment.