refresh omemo activity after failing to fetch keys due to lack of ids
This commit is contained in:
parent
11148a4c8b
commit
635b5d3341
1 changed files with 1 additions and 0 deletions
|
@ -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!");
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue