~singpolyma/cheogram-android

837c21293139c84bee17d02b2fb1f4565ca5f7a0 — Daniel Gultsch 7 years ago ad601e4
refresh omemo activity after failing to fetch keys due to lack of ids
1 files changed, 1 insertions(+), 0 deletions(-)

M src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java
M src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java => src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java +1 -0
@@ 1085,6 1085,7 @@ public class AxolotlService implements OnAdvancedStreamFeaturesLoaded {
					}
				}
			} else {
				mXmppConnectionService.keyStatusUpdated(FetchStatus.ERROR);
				Log.w(Config.LOGTAG, AxolotlService.getLogprefix(account) + "Have no target devices in PEP!");
			}
		}