Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointer after click on icon of ActionBar #2

Open
slumdroid opened this issue Jul 2, 2013 · 0 comments
Open

NullPointer after click on icon of ActionBar #2

slumdroid opened this issue Jul 2, 2013 · 0 comments

Comments

@slumdroid
Copy link

WikiCFP version used is 1.1.2 (the latest version on the market! ).
Application crashes with the following stack trace after seeing a search result, I clicked on the icon of the actionbar, the crash does not occur if you press the back button.

E/AndroidRuntime( 3123): FATAL EXCEPTION: main
E/AndroidRuntime( 3123): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.kuratkoo.wikicfp/net.kuratkoo.wikicfp.CategoryActivity}: java.lang.NullPointerException
E/AndroidRuntime( 3123): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
E/AndroidRuntime( 3123): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
E/AndroidRuntime( 3123): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 3123): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
E/AndroidRuntime( 3123): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3123): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3123): at android.app.ActivityThread.main(ActivityThread.java:5041)
E/AndroidRuntime( 3123): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3123): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3123): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 3123): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 3123): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3123): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3123): at net.kuratkoo.wikicfp.CategoryActivity.onCreate(CategoryActivity.java:35)
E/AndroidRuntime( 3123): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 3123): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 3123): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
E/AndroidRuntime( 3123): ... 11 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant