optimize module floaty and add two samples

This commit is contained in:
hyb1996
2017-12-06 15:02:37 +08:00
parent c871b474f5
commit a2f0e8d63b
7 changed files with 106 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ module.exports = function(__runtime__, scope){
}
ui.run = function(action){
activity.runOnUiThread(action);
__runtime__.uiHandler.post(action);
}
ui.nonUi = function(action){