mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Fix weird font issue on progress bar
Prevent Forge not being able to reopen if its already running
This commit is contained in:
@@ -35,6 +35,6 @@ public class Main extends AndroidApplication {
|
||||
return;
|
||||
}
|
||||
|
||||
initialize(new Forge(getClipboard(), assetsDir), true);
|
||||
initialize(Forge.getApp(getClipboard(), assetsDir), true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user