From 39ea39ca1ce96b30b41ced64e106688e0a0336dd Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Sat, 22 May 2021 22:40:22 -0400 Subject: [PATCH] Fix LatestMediaView scroll in both directions --- JellyfinPlayer/LatestMediaView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JellyfinPlayer/LatestMediaView.swift b/JellyfinPlayer/LatestMediaView.swift index 07fc6735..9d572176 100644 --- a/JellyfinPlayer/LatestMediaView.swift +++ b/JellyfinPlayer/LatestMediaView.swift @@ -145,8 +145,8 @@ struct LatestMediaView: View { Spacer().frame(width: 14) } Spacer().frame(width:18) - } - }.onAppear(perform: onAppear).padding(EdgeInsets(top: -2, leading: 0, bottom: 0, trailing: 0)) + }.frame(height: 190) + }.onAppear(perform: onAppear).padding(EdgeInsets(top: -2, leading: 0, bottom: 0, trailing: 0)).frame(height: 190) } }