Skip to content
Snippets Groups Projects
Commit 6431ccf7 authored by jakobsbode's avatar jakobsbode
Browse files

fix wrong NavigationBar color in travel loadBackupUI

parent 1607a6bb
Branches
Tags
No related merge requests found
......@@ -308,6 +308,7 @@ class ReadViewController: UITableViewController {
@IBAction func reactButton(_ sender: Any) {
if deletedWhileTravel || (mail?.unableToDecrypt ?? false) && (mail?.isEncrypted ?? false) && TravelHandler.instance().mode != .atHome {
UIView.animate(withDuration: 0.3, animations: { self.navigationController?.navigationBar.barTintColor = ThemeManager.defaultColor })
navigationController?.pushViewController(TravelHandler.instance().loadBackupUI(), animated: true)
} else {
performSegue(withIdentifier: "answerTo", sender: "reactButton")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment