mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-04 16:25:05 -05:00
Fix import from cloud
This commit is contained in:
parent
bfc3774f02
commit
9447f8fdf9
@ -163,7 +163,7 @@ public class ImportExportOperation extends BaseOperation {
|
||||
}
|
||||
|
||||
try {
|
||||
byte[] data = keyServer.get(entry.mKeybaseName).getBytes();
|
||||
byte[] data = keybaseServer.get(entry.mKeybaseName).getBytes();
|
||||
key = UncachedKeyRing.decodeFromData(data);
|
||||
} catch (Keyserver.QueryFailedException e) {
|
||||
// download failed, too bad. just proceed
|
||||
|
Loading…
Reference in New Issue
Block a user