Skip to content

Commit

Permalink
bonk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Mar 28, 2024
1 parent fbed49f commit 995c0a1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected void onCreate(Bundle savedInstanceState) {
ZipBuilder zipBuilder = new ZipBuilder(outputPath, outputName);


new Task(()->{
new Task(()->{
try {
// Begin the zip file creation process
zipBuilder.begin();
Expand All @@ -72,9 +72,8 @@ protected void onCreate(Bundle savedInstanceState) {
} catch (Exception e) {
System.err.println("Error creating zip file: " + e.getMessage());
}
}).start();
});
}).start();

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

0 comments on commit 995c0a1

Please sign in to comment.