Remove UIDevice.current.orientation in PopupLoadingView

This commit is contained in:
Benoit Martins 2026-03-05 14:54:29 +01:00
parent fd2730661d
commit 3b10fbb7ce
2 changed files with 1 additions and 3 deletions

View file

@ -2,6 +2,6 @@ import Foundation
public enum AppGitInfo {
public static let branch = "master"
public static let commit = "66f2ac6fd"
public static let commit = "fd2730661"
public static let tag = "6.1.0-alpha"
}

View file

@ -21,8 +21,6 @@ import SwiftUI
struct PopupLoadingView: View {
@State private var orientation = UIDevice.current.orientation
var body: some View {
VStack {
ProgressView()