fix bug from leftover line in openpgpservice

This commit is contained in:
Vincent Breitmoser
2016-03-07 00:12:17 +01:00
parent 3f746bd281
commit b8a73427bd

View File

@@ -302,7 +302,6 @@ public class OpenPgpService extends Service {
// get key ids based on given user ids
if (data.hasExtra(OpenPgpApi.EXTRA_USER_IDS)) {
String[] userIds = data.getStringArrayExtra(OpenPgpApi.EXTRA_USER_IDS);
data.removeExtra(OpenPgpApi.EXTRA_USER_IDS);
// give params through to activity...
KeyIdResult result = returnKeyIdsFromEmails(data, userIds);