mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 00:18:51 -05:00
Fix update from keyserver
This commit is contained in:
parent
3e918a70ea
commit
3451111edd
@ -514,6 +514,11 @@ public class KeychainIntentService extends IntentService
|
||||
|
||||
Intent importIntent = new Intent(this, KeychainIntentService.class);
|
||||
importIntent.setAction(ACTION_IMPORT_KEYRING);
|
||||
|
||||
// TODO: don't use FileImportCache
|
||||
// externalize import key into function
|
||||
FileImportCache cache = new FileImportCache(this);
|
||||
cache.writeCache(keyRings);
|
||||
Bundle importData = new Bundle();
|
||||
importIntent.putExtra(EXTRA_DATA, importData);
|
||||
importIntent.putExtra(EXTRA_MESSENGER, mMessenger);
|
||||
|
Loading…
Reference in New Issue
Block a user