Skip to content

Commit

Permalink
Bug fix: Refreshing Last Modified date after importing new mesh netwo…
Browse files Browse the repository at this point in the history
…rk configuration
  • Loading branch information
philips77 committed Jun 21, 2021
1 parent 5099040 commit f60f3b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private extension SettingsViewController {
networkKeysLabel.text = "\(meshNetwork.networkKeys.count)"
appKeysLabel.text = "\(meshNetwork.applicationKeys.count)"
scenesLabel.text = "\(meshNetwork.scenes.count)"
lastModifiedLabel.text = dateFormatter.string(from: meshNetwork.timestamp)

// IV Update Test Mode is not persistent and has to be set each time
// the app is open or a network is imported.
Expand Down

0 comments on commit f60f3b2

Please sign in to comment.