force hash

This commit is contained in:
Timo Bejan 2020-11-11 21:47:36 +02:00
parent f05297365f
commit 8c2a4845b9

View File

@ -234,6 +234,7 @@ export class FilePreviewScreenComponent implements OnInit {
} else {
this._navigatePages($event);
}
this._changeDetectorRef.detectChanges();
}