Skip to content
Snippets Groups Projects
Commit 360451c5 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Load LibVLC in IO threadpool

parent 57efff46
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class VLCApplication extends Application {
// Set the locale for API < 24 and set application resources and direction for API >=24
setLocale(getAppContext());
WorkersKt.runBackground(new Runnable() {
WorkersKt.runIO(new Runnable() {
@Override
public void run() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment