Replace PgpGeneralException with NotFoundException where appropriate
This commit is contained in:
@@ -719,7 +719,7 @@ public class KeychainIntentService extends IntentService implements Progressable
|
||||
builder.setNfcState(nfcHash, nfcTimestamp);
|
||||
}
|
||||
|
||||
} catch (PgpGeneralException e) {
|
||||
} catch (NotFoundException e) {
|
||||
// encrypt-only
|
||||
// TODO Just silently drop the requested signature? Shouldn't we throw here?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user