Finish v1.44.03(472)
This commit is contained in:
commit
7e7938ea1a
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 471
|
def appVersionCode = 472
|
||||||
def appVersionName = '1.44.02'
|
def appVersionName = '1.44.03'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -71,9 +71,10 @@ public class DialogProgressView extends DialogFragment {
|
|||||||
|
|
||||||
isPending = true;
|
isPending = true;
|
||||||
handler.post(() -> {
|
handler.post(() -> {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!manager.isDestroyed() && !isAdded()) {
|
if (!manager.isDestroyed() && !isAdded()) {
|
||||||
manager.executePendingTransactions();
|
//manager.executePendingTransactions();
|
||||||
showNow(manager, "loading-dialog");
|
showNow(manager, "loading-dialog");
|
||||||
|
|
||||||
mBindings.progressBar.setIndeterminate(isIndeterminateProgress());
|
mBindings.progressBar.setIndeterminate(isIndeterminateProgress());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user