From f4f6707f5f22c7288628a01d6806b94de8e5c579 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:02:03 +0200 Subject: [PATCH] uh? --- Sora/Utils/SkeletonCells/SkeletonCell.swift | 2 +- Sora/Views/MediaInfoView/MediaInfoView.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sora/Utils/SkeletonCells/SkeletonCell.swift b/Sora/Utils/SkeletonCells/SkeletonCell.swift index b453b9f..eb03d0a 100644 --- a/Sora/Utils/SkeletonCells/SkeletonCell.swift +++ b/Sora/Utils/SkeletonCells/SkeletonCell.swift @@ -38,7 +38,7 @@ struct SearchSkeletonCell: View { RoundedRectangle(cornerRadius: 5) .fill(Color.gray.opacity(0.3)) - .frame(width: cellWidth - 10, height: 14) + .frame(width: cellWidth - 10, height: 20) .padding(.bottom) .shimmering() } diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index af91ba5..7bf1053 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -108,6 +108,7 @@ struct MediaInfoView: View { .navigationBarHidden(true) .navigationBarTitleDisplayMode(.inline) .navigationBarTitle("") + .navigationBarBackButtonHidden(true) .ignoresSafeArea(.container, edges: .top) VStack {