update the conversations view (and the lock icon) after receiving device list
This commit is contained in:
parent
20d3a41b52
commit
2ec7165381
|
@ -415,6 +415,7 @@ public class AxolotlService implements OnAdvancedStreamFeaturesLoaded {
|
|||
}
|
||||
}
|
||||
this.deviceIds.put(jid, deviceIds);
|
||||
mXmppConnectionService.updateConversationUi(); //update the lock icon
|
||||
mXmppConnectionService.keyStatusUpdated(null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue