Commit 3860804f authored by fallenstardust's avatar fallenstardust

remove BGM

parent b7e9253e
...@@ -496,7 +496,6 @@ public class YGODialogUtil { ...@@ -496,7 +496,6 @@ public class YGODialogUtil {
for (int i = 0; i < deckList.size(); i++) { for (int i = 0; i < deckList.size(); i++) {
if (selectDeckPath.endsWith(deckList.get(i).getName() + YDK_FILE_EX)) { if (selectDeckPath.endsWith(deckList.get(i).getName() + YDK_FILE_EX)) {
rv_deck.scrollToPosition(i); rv_deck.scrollToPosition(i);
rv_deck.set
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment