tidy up IntentService
This commit is contained in:
@@ -748,8 +748,8 @@ public class KeychainIntentService extends IntentService
|
||||
KeybaseKeyServer server = new KeybaseKeyServer();
|
||||
for (ImportKeysListEntry entry : entries) {
|
||||
// the keybase handle is in userId(1)
|
||||
String username = entry.getUserIds().get(1);
|
||||
byte[] downloadedKeyBytes = server.get(username).getBytes();
|
||||
String keybaseID = entry.getUserIds().get(1);
|
||||
byte[] downloadedKeyBytes = server.get(keybaseID).getBytes();
|
||||
|
||||
// create PGPKeyRing object based on downloaded armored key
|
||||
PGPKeyRing downloadedKey = null;
|
||||
|
||||
Reference in New Issue
Block a user