Skip to content

Commit a94dacf

Browse files
authored
Merge pull request #6622 from TeamNewPipe/fix/RepeatModeChange
Fix crash when using repeatButtonin tablet layout
2 parents 29aa1de + de312eb commit a94dacf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout-large-land/player.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
app:tint="@color/white"
532532
app:srcCompat="@drawable/ic_close" />
533533

534-
<ImageButton
534+
<androidx.appcompat.widget.AppCompatImageButton
535535
android:id="@+id/repeatButton"
536536
android:layout_width="50dp"
537537
android:layout_height="50dp"

0 commit comments

Comments
 (0)