[iOS] Fix new Swift warning

FossilOrigin-Name: a5a265ded5752d8d1d050ab381ef9687650cec2e643f2b4664db7c89f45029ac
This commit is contained in:
Jonathan Schleifer 2022-06-15 18:37:38 +00:00
parent 00288842c0
commit 06b0caf2cc

View file

@ -66,7 +66,7 @@ class SelectKeyFileController: UITableViewController {
httpServerThread.start()
}
deinit {
override func viewDidDisappear(_ animated: Bool) {
httpServerThread.runLoop.stop()
httpServerThread.join()
}