flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
595 stars 40 forks source link

Only delete CGImage contents if we have no source data #277

Closed ephemer closed 4 years ago

ephemer commented 5 years ago

Motivation (current vs expected behavior)

If we try to render in the background we are likely to falsely set various CGImage.contents to nil. This shouldn't happen.

ephemer commented 4 years ago

This has been open for over a year and I'm pretty sure the issue we were trying to fix here has been fixed elsewhere so I'm going to close this