parent
e570e82f90
commit
88b0d92300
@ -31,6 +31,7 @@ export class DownloadAppDirective implements OnInit {
|
|||||||
});
|
});
|
||||||
this.getTypeDevice();
|
this.getTypeDevice();
|
||||||
|
|
||||||
|
}, 0)
|
||||||
if (
|
if (
|
||||||
!(
|
!(
|
||||||
(this.deviceType == 'android' && this.deferredPrompt) ||
|
(this.deviceType == 'android' && this.deferredPrompt) ||
|
||||||
@ -42,7 +43,6 @@ export class DownloadAppDirective implements OnInit {
|
|||||||
|
|
||||||
this.el.nativeElement.style.display = 'none';
|
this.el.nativeElement.style.display = 'none';
|
||||||
}
|
}
|
||||||
}, 0)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user