Commit Graph
2 Commits
Author SHA1 Message Date
Netizen01 b83072ba7d Move the size calculation to UI thread
The display link callback happens on the UI Thread (currently), so putting it here is an acceptable fix.
2017-10-18 19:09:23 -05:00
Netizen01 92978db7c4 Expose afterScreenUpdates as a property.
Capturing specific Views after updates can sometimes be detrimental to the framerate. Allowing apps to determine the appropriate setting for this allows for more flexibility. Defaults to false for Window, true for Views.
2017-10-18 19:02:26 -05:00