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 virtual method 'android.content.Context android.view.ViewGroup.getContext()' on a null object reference
at com.androidadvance.topsnackbar.TSnackbar.<init>(TSnackbar.java:129)
at com.androidadvance.topsnackbar.TSnackbar.make(TSnackbar.java:138)
The text was updated successfully, but these errors were encountered:
I had the same issue @nevermoresss you have to make sure the view you're using in TSnackbar.make(view.findViewById(R.id.confirm_container) is either a CoordinatorLayout or FrameLayout or at least an instance of either of them.
The text was updated successfully, but these errors were encountered: