Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile
Commits
c4c14c6e
Commit
c4c14c6e
authored
Oct 31, 2018
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rvrt
parent
ced07319
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mobile/src/main/java/ocgcore/CardManager.java
mobile/src/main/java/ocgcore/CardManager.java
+2
-2
No files found.
mobile/src/main/java/ocgcore/CardManager.java
View file @
c4c14c6e
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment