From 9f8e668340f8d1f8aa9aa61862eb3d6cd00b7951 Mon Sep 17 00:00:00 2001 From: TSI-amrutwaghmare <96108296+TSI-amrutwaghmare@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:48:10 +0530 Subject: [PATCH] NMC 2346 - More Details option removed from file conflict dialogue alert --- iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift b/iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift index 5c84cd5281..a209c2b11b 100644 --- a/iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift +++ b/iOSClient/Main/Create cloud/NCCreateFormUploadConflict.swift @@ -170,11 +170,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) {