Skip to content

Commit

Permalink
Merge pull request #104 from br1sk/ks/update-title-restoring
Browse files Browse the repository at this point in the history
Update the title when restoring a radar
  • Loading branch information
Keith Smiley committed Jul 20, 2017
2 parents df674e7 + 48b427d commit fd96c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Brisk/Controllers/RadarViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ final class RadarViewController: ViewController {
self.attachments = radar.attachments

self.enableSubmitIfValid()
self.updateTitleFromDocument()
self.document?.updateChangeCount(.changeCleared)
}

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- Don't register dup'd radars as dirty files
[change](https://github.com/br1sk/brisk/pull/103)

- Update the title when restoring a radar
[change](https://github.com/br1sk/brisk/pull/104)

# 1.0.1

## Enhancements
Expand Down

0 comments on commit fd96c5a

Please sign in to comment.