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
Caused by: java.lang.NullPointerException: Attempt to invoke interface method '' on a null object reference
at com.app.hubert.guide.lifecycle.V4ListenerFragment.onStart(V4ListenerFragment.java:25)
Caused by: java.lang.NullPointerException: Attempt to invoke interface method '' on a null object reference
at com.app.hubert.guide.lifecycle.V4ListenerFragment.onStart(V4ListenerFragment.java:25)
小概率发生, 分析了一下,怀疑是activity自动重新创建fragment, onStart() 调用时成员未被set导致NPE.
The text was updated successfully, but these errors were encountered: