зеркало из https://github.com/mozilla/pluotsorbet.git
CldcPlatformRequest::dispatchPlatformRequest should return false (because the MIDlet doesn't need to exit)
This commit is contained in:
Родитель
d9682e8506
Коммит
acd46e9e6b
|
@ -241,6 +241,8 @@ Native.create("com/sun/midp/main/CldcPlatformRequest.dispatchPlatformRequest.(Lj
|
||||||
} else {
|
} else {
|
||||||
console.warn("com/sun/midp/main/CldcPlatformRequest.dispatchPlatformRequest.(Ljava/lang/String;)Z not implemented for: " + request);
|
console.warn("com/sun/midp/main/CldcPlatformRequest.dispatchPlatformRequest.(Ljava/lang/String;)Z not implemented for: " + request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
Native.create("com/sun/midp/main/CommandState.restoreCommandState.(Lcom/sun/midp/main/CommandState;)V", function(state) {
|
Native.create("com/sun/midp/main/CommandState.restoreCommandState.(Lcom/sun/midp/main/CommandState;)V", function(state) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче