PiRSquared17 / zildo

Automatically exported from code.google.com/p/zildo
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Exception reported on Google Play (NullPointer about activateItem) #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
java.lang.NullPointerException
at zildo.fwk.ui.Menu.activateItem(Menu.java:132)
at com.zildo.TouchListener.onTouch(TouchListener.java:89)
at android.view.View.dispatchTouchEvent(View.java:3888)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:984)
at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:984)
at 
com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(P
honeWindow.java:1997)
at 
com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow
.java:1144)
at android.app.Activity.dispatchTouchEvent(Activity.java:2096)
at 
com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneW
indow.java:1981)
at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2248)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1898)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3740)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:880)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:638)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by tcheg...@gmail.com on 30 Aug 2012 at 6:48

GoogleCodeExporter commented 9 years ago
[Fixed in 1.4]

Svn revision : 1110

Original comment by tcheg...@gmail.com on 31 Aug 2012 at 7:46