The view passed to add the Snackbar must be an instance of CoordinatorLayout, FrameLayout, or View. However, SwipeRefreshLayout is not a valid parent, which is causing the app to crash. To fix this, wrap your layout inside a FrameLayout and try again.