parent
f5422e14f4
commit
a631a913c7
|
@ -214,8 +214,10 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
notifications.updateTitle(ab);
|
notifications.updateTitle(ab);
|
||||||
$scope.notifications = notifications.unreadCount('notification');
|
setTimeout(function(){
|
||||||
$scope.unread = notifications.unreadCount('unread');
|
$scope.notifications = notifications.unreadCount('notification');
|
||||||
|
$scope.unread = notifications.unreadCount('unread');
|
||||||
|
});
|
||||||
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$rootScope.scrollWithBuffer(true);
|
$rootScope.scrollWithBuffer(true);
|
||||||
|
|
Loading…
Reference in New Issue