Merge pull request #2627 from Bnyro/master

Fix that only the first few videos in the watch history are visible
This commit is contained in:
Bnyro 2023-01-07 19:24:05 +01:00 committed by GitHub
commit f77f030202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,11 @@
android:textStyle="bold" />
</LinearLayout>
<ScrollView
<androidx.core.widget.NestedScrollView
android:id="@+id/historyScrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
android:visibility="gone">
<LinearLayout
@ -77,6 +78,6 @@
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</FrameLayout>