gitskarios / Gitskarios

GitHub Android application
MIT License
526 stars 73 forks source link

Crash on profile click #592

Closed dpdani closed 8 years ago

dpdani commented 8 years ago

Hello, I'm quite new to GitSkarios so I'm not really sure this is the right way to post this kind of issues. Basically, the application crashed and went to the bug view after pressing on any profile picture from the main view. Not quite sure this is a known issue, but thought I could post it anyway. Btw, I'm posting this from GitSkarios, so this is no fatal bug IMO.

Here's the stack trace produced by GitSkarios:

Build version: 4.4.4 
Build date: 1979-11-30 00:00:00 
Current date: 2016-10-14 19:09:36 
Device: OnePlus ONE A2003 

Stack trace:  
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
    at com.alorma.github.ui.view.UserAvatarView.onClick(UserAvatarView.java:77)
    at android.view.View.performClick(View.java:5233)
    at android.view.View$PerformClick.run(View.java:21209)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:152)
    at android.app.ActivityThread.main(ActivityThread.java:5497)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)