onClick method not working properly after NestedScrollView scrolled

前端 未结 7 973
梦毁少年i
梦毁少年i 2020-11-30 23:13

I used NestedScrollView with CoordinatorLayout to enable scroll animation for Toolbar (by app:layout_scrollFlags=\"scroll|enterAlways\").

NestedScrollView contain th

7条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 23:49

    I found solution for same problem on this thread :The item inside RecyclerView can't be clicked right after scrolling

    You can fix your code by adding layout_behavior to your AppBarLayout.You can find code here Fixed AppBarLayout.Behavior .Just add this class tou your project and fix your code :

提交回复
热议问题