Skip to content

Commit

Permalink
Disable pull to refresh on the homescreen
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Aug 17, 2020
1 parent 263a6d7 commit 5debe60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Frontend/src/app/pages/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<ion-content class="viewport">
<div style="overflow-y: scroll; height: 100%;" [ngClass]="{ 'hide-ui-scroll': shouldDisplayWelcome() || shouldDisplayInboxEmpty() || shouldDisplayNoResults() }">
<ion-refresher slot="fixed" (ionRefresh)="refresh($event)">
<ion-refresher-content></ion-refresher-content>
</ion-refresher>
<!--<ion-refresher slot="fixed" (ionRefresh)="refresh($event)">-->
<!--<ion-refresher-content></ion-refresher-content>-->
<!--</ion-refresher>-->

<ion-searchbar
*ngIf="folder === 'main'"
Expand Down

0 comments on commit 5debe60

Please sign in to comment.