Skip to content

Commit

Permalink
Merge pull request #6622 from TeamNewPipe/fix/RepeatModeChange
Browse files Browse the repository at this point in the history
Fix crash when using repeatButtonin tablet layout
  • Loading branch information
TobiGr authored Jul 8, 2021
2 parents 29aa1de + de312eb commit a94dacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-large-land/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
app:tint="@color/white"
app:srcCompat="@drawable/ic_close" />

<ImageButton
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/repeatButton"
android:layout_width="50dp"
android:layout_height="50dp"
Expand Down

0 comments on commit a94dacf

Please sign in to comment.