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

FG MIDlet should wait for BG MIDlet to be running before it completes launch #1857

Open TimAbraldes opened 9 years ago

TimAbraldes commented 9 years ago

Production MIDlets like WhatsApp seem to assume that the BG MIDlet will always be running upon launch of the FG MIDlet. We should enforce that the FG MIDlet only launches once the BG MIDlet is up and running.