Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
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-Cn-Ko-En
Commits
891c12a3
Commit
891c12a3
authored
Jun 16, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重置资源不做音乐复制
parent
05950917
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
mobile/build.gradle
mobile/build.gradle
+1
-1
mobile/src/main/java/cn/garymb/ygomobile/ui/home/MainActivity.java
...c/main/java/cn/garymb/ygomobile/ui/home/MainActivity.java
+2
-2
mobile/src/main/java/cn/garymb/ygomobile/utils/YGODialogUtil.java
...rc/main/java/cn/garymb/ygomobile/utils/YGODialogUtil.java
+2
-2
No files found.
mobile/build.gradle
View file @
891c12a3
...
@@ -8,7 +8,7 @@ android {
...
@@ -8,7 +8,7 @@ android {
applicationId
"cn.garymb.ygomobile"
applicationId
"cn.garymb.ygomobile"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
28
targetSdkVersion
28
versionCode
3702006
07
versionCode
3702006
12
versionName
"3.7.2"
versionName
"3.7.2"
flavorDimensions
"versionCode"
flavorDimensions
"versionCode"
vectorDrawables
.
useSupportLibrary
=
true
vectorDrawables
.
useSupportLibrary
=
true
...
...
mobile/src/main/java/cn/garymb/ygomobile/ui/home/MainActivity.java
View file @
891c12a3
...
@@ -275,9 +275,9 @@ public class MainActivity extends HomeActivity {
...
@@ -275,9 +275,9 @@ public class MainActivity extends HomeActivity {
IOUtils
.
copyFilesFromAssets
(
this
,
getDatapath
(
Constants
.
CORE_SKIN_PATH
),
IOUtils
.
copyFilesFromAssets
(
this
,
getDatapath
(
Constants
.
CORE_SKIN_PATH
),
AppsSettings
.
get
().
getCoreSkinPath
(),
false
);
AppsSettings
.
get
().
getCoreSkinPath
(),
false
);
/*
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SOUND_PATH),
IOUtils.copyFilesFromAssets(this, getDatapath(Constants.CORE_SOUND_PATH),
AppsSettings
.
get
().
getSoundPath
(),
false
);
AppsSettings.get().getSoundPath(), false);
*/
//复制原目录文件
//复制原目录文件
if
(
new
File
(
ORI_DECK
).
list
()
!=
null
)
if
(
new
File
(
ORI_DECK
).
list
()
!=
null
)
...
...
mobile/src/main/java/cn/garymb/ygomobile/utils/YGODialogUtil.java
View file @
891c12a3
...
@@ -108,7 +108,7 @@ public class YGODialogUtil {
...
@@ -108,7 +108,7 @@ public class YGODialogUtil {
try
{
try
{
deckList
.
addAll
(
DeckUtil
.
getExpansionsDeckList
());
deckList
.
addAll
(
DeckUtil
.
getExpansionsDeckList
());
}
catch
(
IOException
e
)
{
}
catch
(
IOException
e
)
{
YGOUtil
.
show
(
"额外卡库加载失败,
愿意
为"
+
e
);
YGOUtil
.
show
(
"额外卡库加载失败,
原因
为"
+
e
);
}
}
}
}
}
}
...
@@ -127,7 +127,7 @@ public class YGODialogUtil {
...
@@ -127,7 +127,7 @@ public class YGODialogUtil {
try
{
try
{
deckList
.
addAll
(
DeckUtil
.
getExpansionsDeckList
());
deckList
.
addAll
(
DeckUtil
.
getExpansionsDeckList
());
}
catch
(
IOException
e
)
{
}
catch
(
IOException
e
)
{
YGOUtil
.
show
(
"额外卡库加载失败,
愿意
为"
+
e
);
YGOUtil
.
show
(
"额外卡库加载失败,
原因
为"
+
e
);
}
}
}
}
}
}
...
...
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