add splashscreen for mobile-dev

This commit is contained in:
Anthony Calosa
2024-10-06 23:13:51 +08:00
parent 5d959dc963
commit f4671133f3
6 changed files with 25 additions and 5 deletions

View File

@@ -112,6 +112,11 @@ public class Main extends IOSApplication.Delegate {
// Not possible on iOS
}
@Override
public void closeSplashScreen() {
//only for desktop mobile-dev
}
@Override
public void convertToJPEG(InputStream input, OutputStream output) throws IOException {