Finish v1.44.03(472)

This commit is contained in:
Giuseppe Scorrano 2025-02-19 12:43:53 +01:00
commit 7e7938ea1a
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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());