浏览代码

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
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 {