Skip to content

Commit

Permalink
Check for new skins before loading skins
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed May 23, 2023
1 parent eea1e5c commit 9da28cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/nsu/ccfit/zuev/osu/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ public void run() {
GlobalManager.getInstance().init();
analytics.logEvent(FirebaseAnalytics.Event.APP_OPEN, null);
GlobalManager.getInstance().setLoadingProgress(50);
Config.loadSkins();
checkNewSkins();
Config.loadSkins();
checkNewBeatmaps();
if (!LibraryManager.INSTANCE.loadLibraryCache(true)) {
LibraryManager.INSTANCE.scanLibrary();
Expand Down

0 comments on commit 9da28cc

Please sign in to comment.