mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Make badge count accurate
Previously it would reset when refreshing the inbox. Now it tracks changes to conversation unreadCounts. Fixes #200
This commit is contained in:
@@ -23,7 +23,5 @@
|
||||
window.location = '/options.html';
|
||||
} else {
|
||||
new bg.Whisper.InboxView().$el.prependTo(bg.$('body',document));
|
||||
bg.textsecure.storage.putUnencrypted("unreadCount", 0);
|
||||
extension.navigator.setBadgeText("");
|
||||
}
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user