no refresh func

This commit is contained in:
Drew Ansbacher
2021-09-14 10:56:50 -06:00
committed by Matt Hill
parent c995dbe9f0
commit 361a413fb9

View File

@@ -32,12 +32,6 @@ export class NotificationsPage {
this.loading = false
}
async refresh (e: any) {
this.beforeCursor = undefined
this.notifications = await this.getNotifications(),
e.target.complete()
}
async doInfinite (e: any) {
const notifications = await this.getNotifications()
this.notifications = this.notifications.concat(notifications)