Fix groups for upgraded clients

This commit is contained in:
AsamK 2015-12-06 15:45:31 +01:00
parent 9b7e9cc61e
commit b6684906fc

View file

@ -128,6 +128,9 @@ class Manager {
if (groupStoreNode != null) {
groupStore = jsonProcessot.convertValue(groupStoreNode, JsonGroupStore.class);
}
if (groupStore == null) {
groupStore = new JsonGroupStore();
}
accountManager = new TextSecureAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
}