Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: fix find courses button is not tappable (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Oct 18, 2022
1 parent 7e40a35 commit f968681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/EnrolledTabBarViewController.swift
Expand Up @@ -99,7 +99,7 @@ class EnrolledTabBarViewController: UITabBarController, UITabBarControllerDelega
let discoveryController = router.discoveryViewController() else { break }
item = TabBarItem(title: option.title(config: environment.config), viewController: ForwardingNavigationController(rootViewController: discoveryController), icon: Icon.Discovery, detailText: Strings.Dashboard.courseCourseDetail)
tabBarItems.append(item)
EnrolledTabBarViewController.courseCatalogIndex = 0
EnrolledTabBarViewController.courseCatalogIndex = 2

case .Debug:
if environment.config.shouldShowDebug() {
Expand Down

0 comments on commit f968681

Please sign in to comment.