Skip to content

Commit 520cc17

Browse files
NMC 2346 - File Conflict changes
1 parent 96ce818 commit 520cc17

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

iOSClient/Main/Create/NCCreateFormUploadConflict.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ 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+
172177
// CANCEL
173178
conflictAlert.addAction(UIAlertAction(title: NSLocalizedString("_cancel_keep_existing_action_title_", comment: ""), style: .cancel, handler: { _ in
174179
self.dismiss(animated: true) {

0 commit comments

Comments
 (0)