2.3.1 beta2

This commit is contained in:
Dominik Schürmann 2014-03-04 20:58:53 +01:00
parent 06f9134eb1
commit fe8044d181
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.keychain"
android:installLocation="auto"
android:versionCode="23101"
android:versionName="2.3.1 beta1">
android:versionCode="23102"
android:versionName="2.3.1 beta2">
<!--
General remarks

View File

@ -752,7 +752,7 @@ public class DecryptActivity extends DrawerActivity {
Messenger messenger = new Messenger(saveHandler);
intent.putExtra(KeychainIntentService.EXTRA_MESSENGER, messenger);
// show progressDialogUpdater dialog
// show progress dialog
saveHandler.showProgressDialog(this);
// start service with intent