Ver Fonte

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana há 2 anos atrás
pai
commit
5608dbd787
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {