changed to work with multi-decrypt

This commit is contained in:
Adithya Abraham Philip
2015-06-27 02:37:56 +05:30
parent f64e1467ad
commit 4b2e85794f
16 changed files with 100 additions and 229 deletions

View File

@@ -105,4 +105,9 @@ public class ExportHelper
public void onCryptoOperationError(ExportResult result) {
result.createNotify(mActivity).show();
}
@Override
public boolean onCryptoSetProgress(String msg, int progress, int max) {
return false;
}
}