diff --git a/iOS/Settings/DetailAccountViewController.swift b/iOS/Settings/DetailAccountViewController.swift index 4640671ab..9ab945120 100644 --- a/iOS/Settings/DetailAccountViewController.swift +++ b/iOS/Settings/DetailAccountViewController.swift @@ -51,6 +51,14 @@ extension DetailAccountViewController { return cell } + override func tableView(_ tableView: UITableView, shouldHighlightRowAt indexPath: IndexPath) -> Bool { + if indexPath.section == 1 { + return true + } + + return false + } + override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if indexPath.section == 1 { deleteAccount() diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index 435e042e1..7a67ec398 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -314,7 +314,7 @@ - +