Setup loading gif on conversation list
TODO: get actual gif asset in there.
This commit is contained in:
parent
cc0acc56dd
commit
00e9e3b757
3 changed files with 9 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
if (textsecure.storage.getUnencrypted("number_id") === undefined) {
|
||||
window.location = '/options.html';
|
||||
} else {
|
||||
new Whisper.InboxView({el: document});
|
||||
new Whisper.InboxView({el: $('body')});
|
||||
textsecure.storage.putUnencrypted("unreadCount", 0);
|
||||
extension.navigator.setBadgeText("");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue