Reformat code
This commit is contained in:
parent
5c421da1e1
commit
50b14434ee
|
@ -413,6 +413,7 @@ public class AxolotlService {
|
|||
return sessions.hasAny(address) ||
|
||||
(deviceIds.containsKey(jid) && !deviceIds.get(jid).isEmpty());
|
||||
}
|
||||
|
||||
public SQLiteAxolotlStore.Trust getFingerprintTrust(String fingerprint) {
|
||||
return axolotlStore.getFingerprintTrust(fingerprint);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue