Skip to content

Commit 260e2ab

Browse files
committed
Remove banner from Sharing modal shown from Stats.
1 parent f401fbe commit 260e2ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

WordPress/Classes/ViewRelated/Stats/Insights/SiteStatsInsightsTableViewController.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,7 @@ extension SiteStatsInsightsTableViewController: SiteStatsInsightsDelegate {
477477
return
478478
}
479479

480-
let controller: UIViewController = JetpackBannerWrapperViewController(childVC: sharingVC)
481-
let navigationController = UINavigationController(rootViewController: controller)
482-
480+
let navigationController = UINavigationController(rootViewController: sharingVC)
483481
present(navigationController, animated: true)
484482

485483
applyTableUpdates()

0 commit comments

Comments
 (0)