You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible, that the ProgressHUD doesn't block the UI?
I want to leave the User the freedom to switch to another Activity by going into a SlideIn-Menu. The ProgressHUD is blocking the possibility though.
.setCancellable(true) removes the ProgressHUD, which is not my intention. It has to keep rotating while the user is going into the SlideIn-Menu.
The text was updated successfully, but these errors were encountered:
Is it possible, that the ProgressHUD doesn't block the UI?
I want to leave the User the freedom to switch to another Activity by going into a SlideIn-Menu. The ProgressHUD is blocking the possibility though.
.setCancellable(true) removes the ProgressHUD, which is not my intention. It has to keep rotating while the user is going into the SlideIn-Menu.
The text was updated successfully, but these errors were encountered: