Skip to content

Commit

Permalink
switch from userInitiated to userInteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Jul 13, 2024
1 parent 14d3fb9 commit 9959c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/MobileScanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public class MobileScanner: NSObject, AVCaptureVideoDataOutputSampleBufferDelega
}
captureSession!.commitConfiguration()

DispatchQueue.global(qos: .userInitiated).async {
DispatchQueue.global(qos: .userInteractive).async {
guard let captureSession = self.captureSession else {
return
}
Expand Down

0 comments on commit 9959c42

Please sign in to comment.