mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
no refresh func
This commit is contained in:
committed by
Aiden McClelland
parent
4cc5a26afe
commit
7eda76f447
@@ -32,12 +32,6 @@ export class NotificationsPage {
|
|||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
|
|
||||||
async refresh (e: any) {
|
|
||||||
this.beforeCursor = undefined
|
|
||||||
this.notifications = await this.getNotifications(),
|
|
||||||
e.target.complete()
|
|
||||||
}
|
|
||||||
|
|
||||||
async doInfinite (e: any) {
|
async doInfinite (e: any) {
|
||||||
const notifications = await this.getNotifications()
|
const notifications = await this.getNotifications()
|
||||||
this.notifications = this.notifications.concat(notifications)
|
this.notifications = this.notifications.concat(notifications)
|
||||||
|
|||||||
Reference in New Issue
Block a user