bug fixed

This commit is contained in:
richard-loafle 2020-02-06 13:28:49 +09:00
parent bba8e0047b
commit 980e58287d

View File

@ -94,6 +94,7 @@ export class AppFileService {
);
snackBarRef.onAction().subscribe(() => {
snackBarRef.dismiss();
this.ngZone.runOutsideAngular(() => {
this.nativeService
.openTargetItem(filePath)