pull/1/head
Moxie Marlinspike 13 years ago
parent e00914c977
commit 288b416988

@ -113,6 +113,7 @@ public class ConversationListItem extends RelativeLayout
}
public void unbind() {
if (this.recipients != null)
this.recipients.removeListener(this);
}

@ -111,8 +111,10 @@ public class KeyExchangeProcessor {
sessionRecord.save();
if (message.hasIdentityKey()) {
DatabaseFactory.getIdentityDatabase(context)
.saveIdentity(masterSecret, recipient, message.getIdentityKey());
}
DecryptingQueue.scheduleRogueMessages(context, masterSecret, recipient);

Loading…
Cancel
Save