Hi. I am experiencing force close. The error occurs on the SearchView handler function generated by the script attached. It’s used on the CreateScript event of a CustomView. One of the overridden methods of the handler function works fine. I assume because I am calling the “LL.runScript”. The execution of the other one that directly calls “makeNewToast” is throwing the error.
I used the script as a way to experiment on how to override java functions for stuff like the SearchView. I guess the “runScript” will be the way to go in overridden handler methods.