fix loading of multiple keys simultaneously

This commit is contained in:
Vincent Breitmoser
2016-12-31 21:42:08 +01:00
parent 5fb8efa816
commit b4b13b6afe
5 changed files with 30 additions and 26 deletions
@@ -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();
}