From b686c452cd0ea61542f40cb88b8db2e55945cf90 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:06:26 +0200 Subject: [PATCH] =?UTF-8?q?paul=20+=20seiike=20issues=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettingsView/SettingsSubViews/SettingsViewGeneral.swift | 5 ----- Sora/Views/SplashScreenView.swift | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewGeneral.swift b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewGeneral.swift index f525648..68b2f96 100644 --- a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewGeneral.swift +++ b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewGeneral.swift @@ -275,9 +275,6 @@ struct SettingsViewGeneral: View { .padding(.horizontal, 16) .padding(.vertical, 12) - Divider() - .padding(.horizontal, 16) - List { ForEach(Array(metadataProvidersOrder.enumerated()), id: \.element) { index, provider in HStack { @@ -358,8 +355,6 @@ struct SettingsViewGeneral: View { } } .padding(.vertical, 20) - .scrollViewBottomPadding() - .navigationTitle("General") } .navigationTitle(NSLocalizedString("General", comment: "")) .scrollViewBottomPadding() diff --git a/Sora/Views/SplashScreenView.swift b/Sora/Views/SplashScreenView.swift index af37f9f..1e1c9e0 100644 --- a/Sora/Views/SplashScreenView.swift +++ b/Sora/Views/SplashScreenView.swift @@ -30,7 +30,7 @@ struct SplashScreenView: View { isAnimating = true } - DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) { + DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { withAnimation(.easeOut(duration: 0.5)) { showMainApp = true }