wrapped-key-ring: split up CachedKeyRing and WrappedKeyRing
This commit is contained in:
@@ -419,7 +419,7 @@ public class OpenPgpService extends RemoteService {
|
||||
|
||||
try {
|
||||
// try to find key, throws NotFoundException if not in db!
|
||||
mProviderHelper.getCachedPublicKeyRing(masterKeyId);
|
||||
mProviderHelper.getWrappedPublicKeyRing(masterKeyId);
|
||||
|
||||
Intent result = new Intent();
|
||||
result.putExtra(OpenPgpApi.RESULT_CODE, OpenPgpApi.RESULT_CODE_SUCCESS);
|
||||
|
||||
Reference in New Issue
Block a user