mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
fixes the given warning: Thread Performance Checker: -[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness which might cause a UI freeze
7 lines
141 B
Markdown
7 lines
141 B
Markdown
---
|
|
barcode-scanner: patch
|
|
barcode-scanner-js: patch
|
|
---
|
|
|
|
On iOS, start the scanning session on a separate thread to fix performance issues.
|