mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-18 04:38:27 +00:00
Remove UIDevice.current.orientation in PopupLoadingView
This commit is contained in:
parent
fd2730661d
commit
3b10fbb7ce
2 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,6 @@ import SwiftUI
|
|||
|
||||
struct PopupLoadingView: View {
|
||||
|
||||
@State private var orientation = UIDevice.current.orientation
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
ProgressView()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue