Fixed a rare crash because of notifyDataSetChanged in Now playing ViewPager
This commit is contained in:
parent
88b0299ef9
commit
dba4edd8ef
3 changed files with 8 additions and 7 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue