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