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

Make traveler feature invisible for users

parent b33f5a20
No related branches found
No related tags found
No related merge requests found
......@@ -432,6 +432,8 @@ extension ContactViewController: UITableViewDataSource {
} else {
actionCell.Button.setTitle(NSLocalizedString("CrossBorder", comment: "start with prepare"), for: UIControl.State())
}
// Feature should be invisible for users
actionCell.isHidden = true
return actionCell
default:
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment