summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-26 17:38:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-26 17:38:50 +0900
commit4730139dc77738f224dbc448763d9a97411dc488 (patch)
tree212e4a37f39a244b1173a3a2086bf71a66b5fae3 /src/web
parent[Client] Implement more file fetching and some refactors (diff)
downloadmisskey-4730139dc77738f224dbc448763d9a97411dc488.tar.gz
misskey-4730139dc77738f224dbc448763d9a97411dc488.tar.bz2
misskey-4730139dc77738f224dbc448763d9a97411dc488.zip
[Client] Fix bug
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/mobile/tags/notifications.tag2
-rw-r--r--src/web/app/mobile/tags/page/notifications.tag2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/web/app/mobile/tags/notifications.tag b/src/web/app/mobile/tags/notifications.tag
index e73877266e..039a9a4b07 100644
--- a/src/web/app/mobile/tags/notifications.tag
+++ b/src/web/app/mobile/tags/notifications.tag
@@ -70,6 +70,8 @@
loading: false,
notifications: notifications
});
+
+ this.trigger('fetched');
});
this.stream.on('notification', this.onNotification);
diff --git a/src/web/app/mobile/tags/page/notifications.tag b/src/web/app/mobile/tags/page/notifications.tag
index 1d35d79edc..ae19303e5f 100644
--- a/src/web/app/mobile/tags/page/notifications.tag
+++ b/src/web/app/mobile/tags/page/notifications.tag
@@ -17,7 +17,7 @@
this.Progress.start();
- this.refs.ui.refs.notifications.on('loaded', () => {
+ this.refs.ui.refs.notifications.on('fetched', () => {
this.Progress.done();
});
});