From 2302515c26bb3ea9fb378f9c5204f8a7ed221540 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 7 Jan 2023 19:23:43 +0100 Subject: [PATCH] Fix that only the first few videos in the watch history are visible --- app/src/main/res/layout/fragment_watch_history.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_watch_history.xml b/app/src/main/res/layout/fragment_watch_history.xml index e527bb8aa..e8b1bc02d 100644 --- a/app/src/main/res/layout/fragment_watch_history.xml +++ b/app/src/main/res/layout/fragment_watch_history.xml @@ -27,10 +27,11 @@ android:textStyle="bold" /> - - + \ No newline at end of file