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

This commit is contained in:
Daniel Gultsch 2017-07-28 18:37:07 +02:00
parent ad601e47c8
commit 837c212931
1 changed files with 1 additions and 0 deletions

View File

@ -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!");
}
}