Skip to content

Commit

Permalink
Merge pull request #533 from julianpoy/disable-home-pull-refresh
Browse files Browse the repository at this point in the history
Disable pull to refresh on the homescreen
  • Loading branch information
julianpoy authored Aug 17, 2020
2 parents 263a6d7 + 5debe60 commit 6f5b26a
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 6f5b26a

Please sign in to comment.