Skip to content

Commit

Permalink
Working on iOS app
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 7, 2018
1 parent 3941d51 commit deb5cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Xcode/NordicDFUApp/DevicesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ final class DevicesViewController: UITableViewController {
if let filter = UserDefaults.standard.string(forKey: DevicesViewController.filterDefaultsKey), filter.isEmpty == false {

scan(filter: filter)

} else {

hideActivity(animated: false)
}
}

Expand Down

0 comments on commit deb5cfc

Please sign in to comment.