-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Improvements]Change available size to available frame #176
[Improvements]Change available size to available frame #176
Conversation
04371c5
to
a423ee4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just one nit. Also, it seems like you pulled other stuff as well, and there are conflicts.
12861a3
to
5bc1e6f
Compare
5bc1e6f
to
fdb8ac9
Compare
The conflicts were because the parent branch which isn't main had some conflicts too. |
ab38e14
into
improvements/visibility-observation-for-video-track-views
Kudos, SonarCloud Quality Gate passed! |
🎯 Goal
Refactor and change
availableSize: CGSize
toavailableFrame: CGRect
in most Views, in order to provider better visibility functionality in order to reduce CPU usage when views aren't fully visible.☑️ Contributor Checklist