From 315006a80c4621629a88f2d70fb46627719080e9 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 2 May 2017 18:14:29 -0300 Subject: [PATCH] Related with a1d4d88905695414c788e1ed90ad7fe7f5b6953e --- app/ux/WebView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 0d5f484a..68789727 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -407,6 +407,7 @@ Ext.define('Rambox.ux.WebView',{ function handleClearUnreadCount() { me.tab.setBadgeText(''); me.currentUnreadCount = 0; + me.setUnreadCount(0); } /**