CldcPlatformRequest::dispatchPlatformRequest should return false (because the MIDlet doesn't need to exit)

This commit is contained in:
Marco Castelluccio 2014-11-18 23:51:12 +01:00
Родитель d9682e8506
Коммит acd46e9e6b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -241,6 +241,8 @@ Native.create("com/sun/midp/main/CldcPlatformRequest.dispatchPlatformRequest.(Lj
} else {
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) {