Merge pull request #368 from ajit766/master

progress is shown when creating the default key based on number of keys created till then
This commit is contained in:
Dominik Schürmann
2014-03-09 23:39:53 +01:00
3 changed files with 14 additions and 1 deletions

View File

@@ -187,7 +187,7 @@ public class EditKeyActivity extends ActionBarActivity {
// Message is received after generating is done in ApgService
KeychainIntentServiceHandler saveHandler = new KeychainIntentServiceHandler(
this, R.string.progress_generating, ProgressDialog.STYLE_SPINNER, true,
this, R.string.progress_generating, ProgressDialog.STYLE_HORIZONTAL, true,
new DialogInterface.OnCancelListener() {
@Override