mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 09:12:16 -05:00
3.2.1
This commit is contained in:
parent
a35594201a
commit
5c44f84009
@ -3,8 +3,8 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="org.sufficientlysecure.keychain"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="32000"
|
||||
android:versionName="3.2">
|
||||
android:versionCode="32100"
|
||||
android:versionName="3.2.1">
|
||||
|
||||
<!--
|
||||
General remarks
|
||||
|
@ -99,7 +99,7 @@ public class ProgressDialogFragment extends DialogFragment {
|
||||
if (mIsCancelled || dialog == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
dialog.setMessage(message);
|
||||
dialog.setProgress(progress);
|
||||
dialog.setMax(max);
|
||||
|
Loading…
Reference in New Issue
Block a user