Skip to content

Commit

Permalink
NMC 2237 - Hide user status icon from more screen
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Apr 15, 2024
1 parent 5ace818 commit 43e2ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/More/NCMore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
cell.displayName.textColor = .label
}
cell.removeCornerRadius()

cell.icon.isHidden = true
return cell

} else if section.type == .moreApps {
Expand Down

0 comments on commit 43e2ca5

Please sign in to comment.