mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
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
Block a user