MOBILE-3635 resource: Allow PTR in embedded files

main
Pau Ferrer Ocaña 2021-03-16 13:23:04 +01:00
parent 3bf1f7763b
commit ff4f3a7df4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</ion-header>
<ion-content>
<ion-refresher slot="fixed"
[disabled]="!activityComponent?.loaded || activityComponent?.mode != 'external'"
[disabled]="!activityComponent?.loaded || activityComponent?.mode == 'iframe'"
(ionRefresh)="activityComponent?.doRefresh($event.target)">
<ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
</ion-refresher>