mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

Make `launchIEMIDlet` set args only for the MIDlet that it launches #1854

Open TimAbraldes opened 9 years ago

TimAbraldes commented 9 years ago

Currently, com/nokia/mid/s40/bg/BGUtils.launchIEMIDlet sets arguments for the whole J2ME environment, meaning that it sets args for every MIDlet.

Instead, it should only set arguments for the MIDlet that it actually launches.