Просмотр исходного кода

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 лет назад
Родитель
Сommit
5608dbd787
1 измененных файлов с 1 добавлено и 0 удалено
  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 {