abhay123lp / tunesremote-plus

Automatically exported from code.google.com/p/tunesremote-plus
0 stars 0 forks source link

2.5.0 NullpointerException. #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.NullPointerException
at android.widget.ListView.removeFooterView(ListView.java:399)
at org.tunesremote.ct.handleMessage(Unknown Source)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:4385)
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:849)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by mellowaredev on 8 Jul 2012 at 2:45

GoogleCodeExporter commented 8 years ago
I fixed this one by checking if the list is null in SearchActivity.

Original comment by mellowaredev on 8 Jul 2012 at 2:49