Fix su DialogProgressView
This commit is contained in:
parent
aaf8b96070
commit
f26bc28ba1
@ -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());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user