[iOS] Fix new Swift warning
FossilOrigin-Name: a5a265ded5752d8d1d050ab381ef9687650cec2e643f2b4664db7c89f45029ac
This commit is contained in:
parent
00288842c0
commit
06b0caf2cc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class SelectKeyFileController: UITableViewController {
|
|||
httpServerThread.start()
|
||||
}
|
||||
|
||||
deinit {
|
||||
override func viewDidDisappear(_ animated: Bool) {
|
||||
httpServerThread.runLoop.stop()
|
||||
httpServerThread.join()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue