Browse Source

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 năm trước cách đây
mục cha
commit
5608dbd787
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      iOSClient/Select/NCSelect.swift

+ 1 - 0
iOSClient/Select/NCSelect.swift

@@ -864,6 +864,7 @@ struct NCSelectViewControllerRepresentable: UIViewControllerRepresentable {
 struct NCSelectView: UIViewControllerRepresentable {
 
     typealias UIViewControllerType = UINavigationController
+
     @Binding var serverUrl: String
 
     class Coordinator: NSObject, NCSelectDelegate {