Fixed a rare crash because of notifyDataSetChanged in Now playing ViewPager

This commit is contained in:
Prathamesh More 2022-06-20 20:08:07 +05:30
parent 88b0299ef9
commit dba4edd8ef
3 changed files with 8 additions and 7 deletions

View file

@ -4,7 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?colorSurface">
android:background="?colorSurface"
android:clickable="true"
android:focusable="true">
<include layout="@layout/shadow_statusbar_toolbar" />