You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2019. It is now read-only.
At the moment, a empty web view is created foreach service and the url is set when the user start a service. We should not pre-create all those empty web view (they may consume a few MB each) but create them when needed (and destroy them if user choose to close the corresponding service).
This will improve MellowPlayer's memory footprint and startup times.
The text was updated successfully, but these errors were encountered:
At the moment, a empty web view is created foreach service and the url is set when the user start a service. We should not pre-create all those empty web view (they may consume a few MB each) but create them when needed (and destroy them if user choose to close the corresponding service).
This will improve MellowPlayer's memory footprint and startup times.
The text was updated successfully, but these errors were encountered: