Load trusted networks directly
This commit is contained in:
parent
2c4dea7b43
commit
a4c71d962b
|
@ -1241,7 +1241,7 @@ extension ServiceViewController: UITableViewDataSource, UITableViewDelegate, Tog
|
|||
}
|
||||
|
||||
trustedNetworks.delegate = self
|
||||
trustedNetworks.load(from: uncheckedProfile)
|
||||
trustedNetworks.load(from: uncheckedProfile.trustedNetworks)
|
||||
model.set(trustedNetworks.rows.map { mappedTrustedNetworksRow($0) }, forSection: .trusted)
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 81e8280ec55e4f0ebe4f8233e13ef46593137a6a
|
||||
Subproject commit 2b6edafb0cd34c331aa0a7040571ef82a552ad97
|
Loading…
Reference in New Issue