fix get key ids by removing another leftover

This commit is contained in:
Dominik Schürmann
2016-03-07 00:23:43 +01:00
parent b8a73427bd
commit 67178ef893

View File

@@ -694,7 +694,6 @@ public class OpenPgpService extends Service {
} else {
// get key ids based on given user ids
String[] userIds = data.getStringArrayExtra(OpenPgpApi.EXTRA_USER_IDS);
data.removeExtra(OpenPgpApi.EXTRA_USER_IDS);
KeyIdResult keyResult = returnKeyIdsFromEmails(data, userIds);
if (keyResult.mRequiredUserInteraction != null) {
return keyResult.mRequiredUserInteraction;