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

Re-apply locale on all Android versions

parent a3f38190
No related branches found
No related tags found
No related merge requests found
......@@ -145,8 +145,7 @@ public class VLCApplication extends Application {
@Override
public void onConfigurationChanged(Configuration newConfig) {
super.onConfigurationChanged(newConfig);
if (AndroidUtil.isNougatOrLater)
setLocale(this);
setLocale(this);
}
/**
......
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