Skip to content

Commit

Permalink
NMC 2346 Removed "More Details" option from file conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-shwetawaikar authored and TSI-amrutwaghmare committed Jul 19, 2023
1 parent b11cd42 commit 1cfdfda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ class NCCreateFormUploadConflict: UIViewController {
}))

// MORE
conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_more_action_title_", comment: ""), style: .default, handler: { _ in
self.blurView.removeFromSuperview()
}))
// conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_more_action_title_", comment: ""), style: .default, handler: { _ in
// self.blurView.removeFromSuperview()
// }))

// CANCEL
conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_cancel_keep_existing_action_title_", comment: ""), style: .cancel, handler: { _ in
Expand Down

0 comments on commit 1cfdfda

Please sign in to comment.