Open the most recent conversation on load

pull/749/head
lilia 11 years ago
parent 1023ea1732
commit 3a00e49791

@ -68,5 +68,8 @@ textsecure.registerOnLoadFunction(function() {
} else {
textsecure.storage.putUnencrypted("unreadCount", 0);
extension.navigator.setBadgeText("");
if (Whisper.Threads.length) {
Whisper.Threads.at(0).trigger('render');
}
}
});

Loading…
Cancel
Save