Skip to content

Commit

Permalink
RC3补丁,修复没有进入MOD页面启动崩溃问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Apr 3, 2018
1 parent 85af217 commit 86bbde9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void onDataChange() {

public int patch(String apkPath, String baseApkPath){
List<Mod> mods = adapter.getMods();
File fusionFile = new File(context.getCacheDir().getAbsolutePath() + "/fusion");
File fusionFile = new File(getBase().getCacheDir().getAbsolutePath() + "/fusion");
try {
FileUtils.deleteDirectory(fusionFile);
} catch (IOException e) {
Expand Down

0 comments on commit 86bbde9

Please sign in to comment.