Skip to content

Remove thread from app initialization

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

This was a workaround for a bug in kotlinx.coroutines causing I/O ops in Dispatchers setup. We can now call AppScope.launch directly.

AppContextProvider.setLocale takes less than 1ms (on emulator) so it has been moved in main thread.

Merge request reports