Skip to content

Commit f3e999c

Browse files
committed
Debug Updater
1 parent 7c838f8 commit f3e999c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ru/nsu/ccfit/zuev/osu/Updater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void run() {
6565
});
6666

6767
String lang;
68-
if (hasFocus && Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
68+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
6969
lang = mActivity.getResources().getConfiguration().getLocales().get(0).getLanguage();
7070
}else {
7171
lang = mActivity.getResources().getConfiguration().locale.getLanguage();

0 commit comments

Comments
 (0)