Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Mar 28, 2024
1 parent a90532c commit fbed49f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ protected void onCreate(Bundle savedInstanceState) {
// Create an instance of ZipBuilder
ZipBuilder zipBuilder = new ZipBuilder(outputPath, outputName);


new Task(()->{
try {
// Begin the zip file creation process
zipBuilder.begin();
Expand All @@ -72,6 +74,7 @@ protected void onCreate(Bundle savedInstanceState) {
}

});
}).start();

if (game.getRomPath().startsWith("folder:")) {
findViewById(R.id.remove).setVisibility(View.GONE);
Expand Down

0 comments on commit fbed49f

Please sign in to comment.