Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.64k stars 381 forks source link

ProgressHUD blocks UI #46

Open quiKsilverItaly opened 6 years ago

quiKsilverItaly commented 6 years ago

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.