Aggiornati dialog ask posizione e fixati problemi sul dismiss dei dialog

This commit is contained in:
2025-03-04 10:56:19 +01:00
parent 329d53f8d0
commit 993191c083
22 changed files with 400 additions and 120 deletions

View File

@@ -122,5 +122,10 @@ Create the following layout resource file [dialog_${dashName}.xml]
alertDialog.setOnShowListener(this);
return alertDialog;
}
@Override
public void dismiss() {
if(getDialog() != null) getDialog().dismiss();
}
}