File tree Expand file tree Collapse file tree
java/org/schabi/newpipe/player Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3215,6 +3215,9 @@ public void closeItemsList() {
32153215 binding .itemsListPanel .setTranslationY (
32163216 -binding .itemsListPanel .getHeight () * 5 );
32173217 });
3218+
3219+ // clear focus, otherwise a white rectangle remains on top of the player
3220+ binding .itemsListClose .clearFocus ();
32183221 binding .playPauseButton .requestFocus ();
32193222 }
32203223 }
Original file line number Diff line number Diff line change 545545 <RelativeLayout
546546 android : id =" @+id/itemsListControl"
547547 android : layout_width =" match_parent"
548- android : layout_height =" 60dp"
549- android : clickable =" true"
550- android : focusable =" true" >
548+ android : layout_height =" 60dp" >
551549
552550 <androidx .appcompat.widget.AppCompatTextView
553551 android : id =" @+id/itemsListHeaderTitle"
You can’t perform that action at this time.
0 commit comments