Reduce throttle on appActivated
This commit is contained in:
Родитель
d1b6755cc5
Коммит
670bd16158
2
app.js
2
app.js
|
@ -271,7 +271,7 @@
|
|||
this.switchTo('empty');
|
||||
}
|
||||
}).bind(this));
|
||||
}, 1000, {leading: false}),
|
||||
}, 300, {leading: false}),
|
||||
|
||||
onRequestsFinished: function() {
|
||||
if (!this.storage.user) return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче