Skip to content
Snippets Groups Projects
Commit 9c22f8a5 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

add navigationbar when returning from badge to contact view

parent 6c07b4ce
Branches
Tags
2 merge requests!58Onboarding screens swift ui merge dev,!56Create badge case screen
......@@ -86,6 +86,7 @@ class ContactViewController: UIViewController {
if let row = tableView.indexPathForSelectedRow {
tableView.deselectRow(at: row, animated: false)
}
navigationController?.navigationBar.isHidden = false
}
@objc func feedback() {
......
// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationModel.swift at 2020-04-03 07:21:06 +0000
// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationModel.swift at 2020-04-03 09:04:12 +0000
//
// AuthenticationModel.swift
......@@ -653,7 +653,7 @@ import Foundation
}
// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationViewModel.swift at 2020-04-03 07:21:06 +0000
// MARK: - Mocks generated from file: enzevalos_iphone/AuthenticationViewModel.swift at 2020-04-03 09:04:12 +0000
//
// AuthenticationViewModel.swift
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment