diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-24 21:43:24 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-24 21:43:24 +0100 |
commit | 13fda37f57578846aff5fdd0ec3cb323fb234b29 (patch) | |
tree | 4ff2bd27d08e37b20e52db86ad41cea5fea2d863 /src/main/java | |
parent | fefae63f1dceef88c42a2c80ce7265419095316f (diff) |
update the conversations view (and the lock icon) after receiving device list
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/de/pixart/messenger/crypto/axolotl/AxolotlService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/de/pixart/messenger/crypto/axolotl/AxolotlService.java b/src/main/java/de/pixart/messenger/crypto/axolotl/AxolotlService.java index 7ecdcb355..b6c909ef2 100644 --- a/src/main/java/de/pixart/messenger/crypto/axolotl/AxolotlService.java +++ b/src/main/java/de/pixart/messenger/crypto/axolotl/AxolotlService.java @@ -412,6 +412,7 @@ public class AxolotlService implements OnAdvancedStreamFeaturesLoaded { } } this.deviceIds.put(jid, deviceIds); + mXmppConnectionService.updateConversationUi(); //update the lock icon mXmppConnectionService.keyStatusUpdated(null); } |