DrawerLayout - Exception dispatching input event

后端 未结 5 1518
悲&欢浪女
悲&欢浪女 2020-12-14 23:14

I recently started using the DrawerLayout in a new project about a week ago and it\'s all working fine. Apart from the odd times when swiping it in and out with my finger it

5条回答
  •  死守一世寂寞
    2020-12-14 23:54

    I had the same issue while using the navigation drawer, and I have solved the problem simply by removing the android:focusableInTouchMode="true" from the root layout of the fragment.

提交回复
热议问题