gdavis / Mimir-Feedback

The place to report bugs and suggest improvements for the podcast app Mimir
https://mimirpodcasts.app
9 stars 0 forks source link

[Bug[[iOS]: Discover skeleton views eat up CPU usage even when not on screen #91

Closed gdavis closed 2 years ago

gdavis commented 2 years ago

The looping forever animation of the view seems to happen even when it is not visible on screen in the collection view. Might need to manually perform the animation loop, but set a flag to track when it has appeared/disappeared to do so.

gdavis commented 2 years ago

Fixed. Had to remove the SwiftUI skeleton views from memory to prevent the view from rendering while not being displayed.