Skip to content

Commit 96ce818

Browse files
TSI-amrutwaghmareharshada-15-tsys
authored andcommitted
NMC 2346 - More Details option removed from file conflict dialogue alert
1 parent da5da27 commit 96ce818

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

iOSClient/Main/Create/NCCreateFormUploadConflict.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ class NCCreateFormUploadConflict: UIViewController {
169169
self.buttonContinueTouch(action)
170170
}))
171171

172-
// MORE
173-
conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_more_action_title_", comment: ""), style: .default, handler: { _ in
174-
self.blurView.removeFromSuperview()
175-
}))
176-
177172
// CANCEL
178173
conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_cancel_keep_existing_action_title_", comment: ""), style: .cancel, handler: { _ in
179174
self.dismiss(animated: true) {

0 commit comments

Comments
 (0)