refresh omemo activity after failing to fetch keys due to lack of ids

This commit is contained in:
Christian Schneppe 2017-08-01 13:35:11 +02:00
parent 11148a4c8b
commit 635b5d3341

View file

@ -1081,6 +1081,7 @@ public class AxolotlService implements OnAdvancedStreamFeaturesLoaded {
}
}
} else {
mXmppConnectionService.keyStatusUpdated(FetchStatus.ERROR);
Log.w(Config.LOGTAG, AxolotlService.getLogprefix(account) + "Have no target devices in PEP!");
}
}