fix loading of multiple keys simultaneously

This commit is contained in:
Vincent Breitmoser
2016-12-31 19:11:30 +01:00
parent 5fb8efa816
commit b4b13b6afe
5 changed files with 30 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ public class RemoteImportKeysActivity extends ImportKeysActivity {
}
@Override
public void handleResult(ImportKeyResult result) {
public void handleResult(ImportKeyResult result, Integer position) {
setResult(RESULT_OK, mPendingIntentData);
finish();
}