Fix background player queue crashing on opening

This commit is contained in:
Stypox 2020-03-31 11:43:10 +02:00
parent e0e4f6db2b
commit d7f610113e
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/itemRoot" android:id="@+id/itemRoot"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
@ -22,7 +22,7 @@
android:layout_marginLeft="2dp" android:layout_marginLeft="2dp"
android:layout_marginRight="2dp" android:layout_marginRight="2dp"
android:scaleType="fitXY" android:scaleType="fitXY"
android:src="?attr/ic_selected" app:srcCompat="?attr/ic_selected"
tools:ignore="ContentDescription,RtlHardcoded"/> tools:ignore="ContentDescription,RtlHardcoded"/>
<ImageView <ImageView
@ -46,7 +46,7 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:padding="@dimen/video_item_search_image_right_margin" android:padding="@dimen/video_item_search_image_right_margin"
android:scaleType="center" android:scaleType="center"
android:src="?attr/ic_drag_handle" app:srcCompat="?attr/ic_drag_handle"
tools:ignore="ContentDescription,RtlHardcoded"/> tools:ignore="ContentDescription,RtlHardcoded"/>
<TextView <TextView

View file

@ -6,8 +6,6 @@
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools">
<LinearLayout <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/notificationContent" android:id="@+id/notificationContent"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="64dp" android:layout_height="64dp"