woesss / JL-Mod

J2ME emulator for Android (unofficial fork of https://github.com/nikita36078/J2ME-Loader)
Apache License 2.0
171 stars 13 forks source link

Alert.setIndicator causes IllegalArgumentException #77

Closed shinovon closed 10 months ago

shinovon commented 10 months ago

Android version: 11

Code:

Alert a = new Alert("");
a.setString(text);
a.setIndicator(new Gauge(null, false, Gauge.INDEFINITE, Gauge.CONTINUOUS_RUNNING));

Stack trace:

11-18 11:12:46.397  2291  3158 E javax.microedition.lcdui.event.CommandActionEvent: java.lang.IllegalArgumentException
11-18 11:12:46.397  2291  3158 E javax.microedition.lcdui.event.CommandActionEvent:     at javax.microedition.lcdui.Alert.setIndicator(Alert.java:55)