You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Bundle.unparcel()' on a null object reference
at android.os.Bundle.putAll(Bundle.java:292)
at android.content.Intent.putExtras(Intent.java:9537)
at com.mxt.anitrend.base.custom.view.widget.ProfileStatsWidget.onClick(ProfileStatsWidget.java:160)
at android.view.View.performClick(View.java:7188)
at android.view.View.performClickInternal(View.java:7165)
at android.view.View.access$3500(View.java:822)
at android.view.View$PerformClick.run(View.java:27701)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7584)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
The text was updated successfully, but these errors were encountered:
This fixes a possible NPE in onClick() when user tries to go to anime /
manga list of any given user before the data has been fully loaded.
Closes: AniTrend#462
AniTrend Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues:
https://github.com/AniTrend/anitrend-app/issues?q=is%3Aissue+is%3Aclosed
Description Of Bug
Seems to be an crash caused an empty
bundle
param on lines:153
&160
anitrend-app/app/src/main/java/com/mxt/anitrend/base/custom/view/widget/ProfileStatsWidget.java
Lines 151 to 165 in 2e254d6
Additional Context
The text was updated successfully, but these errors were encountered: