Skip to content

Commit

Permalink
fix: fix access level for rootViewProvider of SceanriosAppController
Browse files Browse the repository at this point in the history
  • Loading branch information
antranapp committed Feb 7, 2022
1 parent e026405 commit a0c4808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import UIKit
public final class ScenariosAppController: RootViewProviding {
public let rootViewController = UIViewController()

private var rootViewProvider: RootViewProviding? {
public var rootViewProvider: RootViewProviding? {
didSet {
dismissToRootView()
oldValue?.rootViewController.remove()
Expand Down

0 comments on commit a0c4808

Please sign in to comment.