1
This commit is contained in:
@@ -147,7 +147,7 @@ class _CameraScreenState extends State<CameraScreen> {
|
||||
try {
|
||||
await ModelManager.instance
|
||||
.refresh()
|
||||
.timeout(const Duration(seconds: 15));
|
||||
.timeout(const Duration(seconds: 30));
|
||||
} catch (_) {}
|
||||
await _reloadWorker();
|
||||
await _startCamera();
|
||||
|
||||
Reference in New Issue
Block a user