app:layout_behavior should be added to the direct child of CoordinatorLayout.
app:layout_behavior
CoordinatorLayout
So you should move app:layout_behavior="@string/appbar_scrolling_view_behavior" from NestedScrollView to SwipeRefreshLayout.
app:layout_behavior="@string/appbar_scrolling_view_behavior"
NestedScrollView
SwipeRefreshLayout
... ...