no refresh func

This commit is contained in:
Drew Ansbacher
2021-09-14 10:56:50 -06:00
committed by Aiden McClelland
parent 4cc5a26afe
commit 7eda76f447

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)