getString before init of KeychainIntentHandler

This commit is contained in:
Dominik Schürmann
2014-03-10 22:37:13 +01:00
parent bac68c4c73
commit 59091e417f
9 changed files with 50 additions and 63 deletions

View File

@@ -139,7 +139,7 @@ public class ExportHelper {
// Message is received after exporting is done in ApgService
KeychainIntentServiceHandler exportHandler = new KeychainIntentServiceHandler(activity,
R.string.progress_exporting, ProgressDialog.STYLE_HORIZONTAL) {
activity.getString(R.string.progress_exporting), ProgressDialog.STYLE_HORIZONTAL) {
public void handleMessage(Message message) {
// handle messages by standard ApgHandler first
super.handleMessage(message);