Skip to content

Commit

Permalink
Debug MainActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Dec 27, 2021
1 parent 62d5c53 commit 993c126
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 @@ -524,7 +524,7 @@ public void checkNewSkins() {
ToastLogger.showText(
StringTable.format(R.string.message_lib_imported, folderName),
true);
Config.addSkin(new File(skin).getName(), skin);
Config.addSkin(new File(folderName).getName(), skin);
}
}
}
Expand Down

0 comments on commit 993c126

Please sign in to comment.