mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
2.3.1 beta2
This commit is contained in:
parent
06f9134eb1
commit
fe8044d181
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user