mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
no refresh func
This commit is contained in:
committed by
Matt Hill
parent
c995dbe9f0
commit
361a413fb9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user