3.2.1
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.sufficientlysecure.keychain"
|
package="org.sufficientlysecure.keychain"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="32000"
|
android:versionCode="32100"
|
||||||
android:versionName="3.2">
|
android:versionName="3.2.1">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
General remarks
|
General remarks
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ public class ProgressDialogFragment extends DialogFragment {
|
|||||||
if (mIsCancelled || dialog == null) {
|
if (mIsCancelled || dialog == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog.setMessage(message);
|
dialog.setMessage(message);
|
||||||
dialog.setProgress(progress);
|
dialog.setProgress(progress);
|
||||||
dialog.setMax(max);
|
dialog.setMax(max);
|
||||||
|
|||||||
Reference in New Issue
Block a user