From c68c0a83d66de302cc46cd2b41e7cf3ffda7db97 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 5 Apr 2019 09:34:48 +0200 Subject: [PATCH] Productivity: Fix templates small issue --- .../FlowTemplateCoordinatorBridgePresenter.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift b/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift index 4e6939611..042c29106 100644 --- a/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift +++ b/Tools/Templates/buildable/FlowCoordinatorTemplate/FlowTemplateCoordinatorBridgePresenter.swift @@ -47,7 +47,7 @@ final class FlowTemplateCoordinatorBridgePresenter: NSObject { // NOTE: Default value feature is not compatible with Objective-C. // func present(from viewController: UIViewController, animated: Bool) { - // self.present(from: viewController, isStartedFromSignOut: false, animated: animated) + // self.present(from: viewController, animated: animated) // } func present(from viewController: UIViewController, animated: Bool) {