Make history fully visible when using the miniplayer

This commit is contained in:
Bnyro 2022-10-19 20:08:41 +02:00
parent 296a4a7950
commit b8c2c8901b

View File

@ -30,7 +30,9 @@
android:id="@+id/watchHistoryRecView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:nestedScrollingEnabled="false"
android:paddingBottom="64dp"
android:visibility="gone" />
</FrameLayout>