From 1c1367dae257bdfb4b35b932d93dc67f3ecfdf56 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 d3a5bbc337..d70bd0bf77 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) {