Fix su DialogProgressView
This commit is contained in:
parent
aaf8b96070
commit
f26bc28ba1
@ -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