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
你好,我有这么一种使用场景:用户点击登录时,showWithStatus(登录中...),然后用户登录失败,需要dismiss登录中的弹框,然后showErrorWithStatus("")提示用户登录失败。但这样存在一个bug,会报java.lang.NullPointerException: Attempt to read from field 'int android.view.View.mViewFlags' on a null object reference
我做了一下实验,同时new两个SVProgressHUD,然后分别showErrorWithStatus(""),也会报这个错。
能不能优化一下,让它像Toast一样呢?
The text was updated successfully, but these errors were encountered:
你好,我有这么一种使用场景:用户点击登录时,showWithStatus(登录中...),然后用户登录失败,需要dismiss登录中的弹框,然后showErrorWithStatus("")提示用户登录失败。但这样存在一个bug,会报java.lang.NullPointerException: Attempt to read from field 'int android.view.View.mViewFlags' on a null object reference
我做了一下实验,同时new两个SVProgressHUD,然后分别showErrorWithStatus(""),也会报这个错。
能不能优化一下,让它像Toast一样呢?
The text was updated successfully, but these errors were encountered: