Commit c4c14c6e authored by fallenstardust's avatar fallenstardust

rvrt

parent ced07319
......@@ -39,7 +39,7 @@ public class CardManager {
public void loadCards() {
int count = readAllCards(AppsSettings.get().getDataBaseFile(), cardDataHashMap);
Log.i("Irrlicht", "load defualt cdb:" + count);
/* if (AppsSettings.get().isReadExpansions()) {
if (AppsSettings.get().isReadExpansions()) {
File dir = new File(exDbPath);
if (dir.exists()) {
File[] files = dir.listFiles(new FilenameFilter() {
......@@ -57,7 +57,7 @@ public class CardManager {
}
}
}
}*/
}
}
private static SQLiteDatabase openDatabase(String file) {
......
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