mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
update for new plural origins on ImportKeyListEntry
This commit is contained in:
parent
c13ccda658
commit
d1a26c5748
@ -63,7 +63,7 @@ public class KeyUpdateHelper {
|
||||
ImportKeysListEntry key = new ImportKeysListEntry();
|
||||
key.setFingerprintHex(fprint);
|
||||
key.setBitStrength(1337);
|
||||
key.setOrigin(servers[0]);
|
||||
key.addOrigin(servers[0]);
|
||||
keys.add(key);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user