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
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
I am using ProgressWheel, custom view class in my project.
Its working fine in normal scenarion i.e. in 1 mode (either portrait or landscape)
but when I change the orientation its stops updating the progress of view and the root cause is, it stop calling onDraw() function when you call invalidate() on postInvalidate().
I am using ProgressWheel, custom view class in my project.
Its working fine in normal scenarion i.e. in 1 mode (either portrait or landscape)
but when I change the orientation its stops updating the progress of view and the root cause is, it stop calling onDraw() function when you call invalidate() on postInvalidate().
https://github.com/mhacks/MHacksAndroid-Public/blob/master/MHacks/src/main/java/com/mhacks/android/views/ProgressWheel.java
The text was updated successfully, but these errors were encountered: