add pseudo-static id property to CryptoOperationHelper

This commit is contained in:
Vincent Breitmoser
2015-07-09 11:51:38 +02:00
parent 3b189fbe31
commit 96dbb9e60c
14 changed files with 44 additions and 68 deletions

View File

@@ -88,7 +88,7 @@ public class ExportHelper
mMasterKeyIds = masterKeyIds; // if masterKeyIds is null it means export all
CryptoOperationHelper<ExportKeyringParcel, ExportResult> exportOpHelper =
new CryptoOperationHelper<>(mActivity, this, R.string.progress_exporting);
new CryptoOperationHelper<>(1, mActivity, this, R.string.progress_exporting);
exportOpHelper.cryptoOperation();
}