Skip to content

Commit

Permalink
Update: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hassaanelgarem committed Oct 15, 2023
1 parent c4bd935 commit e5b010b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/Classes/System/RootViewCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class RootViewCoordinator {
self.rootViewPresenter = nil
}

func showPostSignUpTabForNotSites() {
func showPostSignUpTabForNoSites() {
let appUIType = Self.appUIType(featureFlagStore: featureFlagStore)
switch appUIType {
case .normal:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class PostSignUpInterstitialViewController: UIViewController {
@IBAction func cancel(_ sender: Any) {
dismiss?(.none)

RootViewCoordinator.shared.showPostSignUpTabForNotSites()
RootViewCoordinator.shared.showPostSignUpTabForNoSites()

tracker.track(click: .dismiss, ifTrackingNotEnabled: {
WPAnalytics.track(.welcomeNoSitesInterstitialDismissed)
Expand Down

0 comments on commit e5b010b

Please sign in to comment.