File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,6 @@ class RootViewController: OpaqueNavigationController {
71
71
fatalError ( " init(coder:) has not been implemented " )
72
72
}
73
73
74
- fileprivate func presentViewController( _ viewController: UIViewController ) {
75
- presentViewControllers ( [ viewController] )
76
- }
77
-
78
74
fileprivate func presentViewControllers( _ viewControllersToPresent: [ UIViewController ] ) {
79
75
// If there is currently no modal, create one.
80
76
guard let navController = modalNavController else {
@@ -176,7 +172,7 @@ extension RootViewController {
176
172
viewModel: viewModel,
177
173
dispatchAction: compose ( actionTransform, dispatchAction)
178
174
)
179
- presentViewController ( viewController)
175
+ presentViewControllers ( [ viewController] )
180
176
}
181
177
182
178
// swiftlint:disable:next function_parameter_count
You can’t perform that action at this time.
0 commit comments