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 {
def appVersionCode = 471
def appVersionName = '1.44.02'
def appVersionCode = 472
def appVersionName = '1.44.03'
signingConfigs {
release {

View File

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