Skip to content

Commit e83d3a7

Browse files
committed
showing loading screen until webcam is loaded to avoid showing 2 loading spinners
1 parent af77761 commit e83d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng-app/app/webcam-settings/webcam-settings.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ export class WebcamSettingsComponent implements OnInit {
773773
setViewWebcam: boolean = false
774774
): Promise<void> {
775775
this.mutex.runExclusive(async () => {
776-
this.unsetLoading(true);
776+
this.unsetLoading(false);
777777
this.setLoading();
778778
this.stopWebcam();
779779

0 commit comments

Comments
 (0)