Skip to content

Commit

Permalink
NMC 2346 - More Details option removed from file conflict dialogue alert
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Mar 19, 2024
1 parent 09dd9a1 commit e841ced
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ class NCCreateFormUploadConflict: UIViewController {
self.buttonContinueTouch(action)
}))

// MORE
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
self.dismiss(animated: true) {
Expand Down

0 comments on commit e841ced

Please sign in to comment.