Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow suspending through multiple predraw passes. #397

Merged
merged 3 commits into from
May 11, 2020

Conversation

colinrtwhite
Copy link
Member

@colinrtwhite colinrtwhite commented May 9, 2020

Previously, we waited for at most one onPreDraw pass for the view to be measured. Now we wait for any number until the view is measured.

Fixes: #387

@colinrtwhite colinrtwhite merged commit 5a43a3d into master May 11, 2020
@colinrtwhite colinrtwhite deleted the colin/suspend_until_measured branch May 11, 2020 18:48
colinrtwhite added a commit that referenced this pull request Oct 5, 2022
* Allow suspending through multiple predraw passes.

* Fail early.

* Remove isResumed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading images into "gone" Views cause downsampling to 1x1 BitmapDrawable
3 participants