Commit c4c14c6e authored by fallenstardust's avatar fallenstardust

rvrt

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