There was an error while loading. Please reload this page.
1 parent 7c838f8 commit f3e999cCopy full SHA for f3e999c
1 file changed
src/ru/nsu/ccfit/zuev/osu/Updater.java
@@ -65,7 +65,7 @@ public void run() {
65
});
66
67
String lang;
68
- if (hasFocus && Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
69
lang = mActivity.getResources().getConfiguration().getLocales().get(0).getLanguage();
70
}else {
71
lang = mActivity.getResources().getConfiguration().locale.getLanguage();
0 commit comments