sinkuri256 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

eventPost (and postEvent) causes infinete recursion #520

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call eventPost('some', 'event')

You'll get a java StackOverflowError.

The methods 'eventPost' 'postEvent' should cast the 'data' parameter to 
'Object' when calling 'postEvent'. Otherwise the deprecated 'postEvent' ends up 
in an infinite recursion.

Original issue reported on code.google.com by hhofe...@gmail.com on 17 Feb 2011 at 4:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 378473eeec.

Original comment by rjmatthews62 on 18 Feb 2011 at 2:59