From 37bbee9fcce6701310f3537898816ce1895b7971 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 28 Apr 2020 17:58:06 -0500 Subject: [PATCH] Remove calls to dismiss delegate function on cancel. Issue #2010 --- iOS/Account/FeedWranglerAccountViewController.swift | 1 - iOS/Account/FeedbinAccountViewController.swift | 1 - iOS/Account/LocalAccountViewController.swift | 1 - 3 files changed, 3 deletions(-) diff --git a/iOS/Account/FeedWranglerAccountViewController.swift b/iOS/Account/FeedWranglerAccountViewController.swift index b6c297df8..39d1e2bbd 100644 --- a/iOS/Account/FeedWranglerAccountViewController.swift +++ b/iOS/Account/FeedWranglerAccountViewController.swift @@ -59,7 +59,6 @@ class FeedWranglerAccountViewController: UITableViewController { @IBAction func cancel(_ sender: Any) { dismiss(animated: true, completion: nil) - delegate?.dismiss() } @IBAction func showHidePassword(_ sender: Any) { diff --git a/iOS/Account/FeedbinAccountViewController.swift b/iOS/Account/FeedbinAccountViewController.swift index df6110b64..b33638b5d 100644 --- a/iOS/Account/FeedbinAccountViewController.swift +++ b/iOS/Account/FeedbinAccountViewController.swift @@ -60,7 +60,6 @@ class FeedbinAccountViewController: UITableViewController { @IBAction func cancel(_ sender: Any) { dismiss(animated: true, completion: nil) - delegate?.dismiss() } @IBAction func showHidePassword(_ sender: Any) { diff --git a/iOS/Account/LocalAccountViewController.swift b/iOS/Account/LocalAccountViewController.swift index be0c1596d..0bcbe8fa2 100644 --- a/iOS/Account/LocalAccountViewController.swift +++ b/iOS/Account/LocalAccountViewController.swift @@ -25,7 +25,6 @@ class LocalAccountViewController: UITableViewController { @IBAction func cancel(_ sender: Any) { dismiss(animated: true, completion: nil) - delegate?.dismiss() } @IBAction func add(_ sender: Any) {