update the conversations view (and the lock icon) after receiving device list

This commit is contained in:
Daniel Gultsch 2016-11-24 11:28:04 +01:00
parent 20d3a41b52
commit 2ec7165381
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@ public class AxolotlService implements OnAdvancedStreamFeaturesLoaded {
}
}
this.deviceIds.put(jid, deviceIds);
mXmppConnectionService.updateConversationUi(); //update the lock icon
mXmppConnectionService.keyStatusUpdated(null);
}