fix get key ids by removing another leftover
This commit is contained in:
@@ -694,7 +694,6 @@ public class OpenPgpService extends Service {
|
|||||||
} else {
|
} else {
|
||||||
// get key ids based on given user ids
|
// get key ids based on given user ids
|
||||||
String[] userIds = data.getStringArrayExtra(OpenPgpApi.EXTRA_USER_IDS);
|
String[] userIds = data.getStringArrayExtra(OpenPgpApi.EXTRA_USER_IDS);
|
||||||
data.removeExtra(OpenPgpApi.EXTRA_USER_IDS);
|
|
||||||
KeyIdResult keyResult = returnKeyIdsFromEmails(data, userIds);
|
KeyIdResult keyResult = returnKeyIdsFromEmails(data, userIds);
|
||||||
if (keyResult.mRequiredUserInteraction != null) {
|
if (keyResult.mRequiredUserInteraction != null) {
|
||||||
return keyResult.mRequiredUserInteraction;
|
return keyResult.mRequiredUserInteraction;
|
||||||
|
|||||||
Reference in New Issue
Block a user