Skip to content

Commit

Permalink
NMC 2237 - removed account detail action
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Mar 19, 2024
1 parent 2ec6eca commit 7c78ad2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions iOSClient/More/NCMore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,6 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let item = sections[indexPath.section].items[indexPath.row]

// Menu Function
if sections[indexPath.section].type == .account {
tapImageLogoManageAccount()
return
}

// Action
if item.url.contains("segue") && !item.url.contains("//") {
self.navigationController?.performSegue(withIdentifier: item.url, sender: self)
Expand Down

0 comments on commit 7c78ad2

Please sign in to comment.