Skip to content

Workaround for IllegalStateException on Pie

Geoffrey Métais requested to merge Dekans/vlc-android:pie_foreground into master

Android 9 has a bug, sometimes, service cannot be started as soon as app is: https://issuetracker.google.com/issues/113122354

This fix creates a suspend function which will wait for the app to go foreground, and use it to launch the service only when we can

Merge request reports