Delete focus frame for empty Downloads list

This commit is contained in:
KingLucius 2023-10-09 18:01:29 +03:00
parent 83e4958a06
commit 79c821832e

View file

@ -137,6 +137,7 @@
android:background="?attr/primaryBlackBackground"
android:descendantFocusability="afterDescendants"
android:nextFocusLeft="@id/nav_rail_view"
android:tag = "@string/tv_no_focus_tag"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:listitem="@layout/download_header_episode" />