Skip to content

Commit

Permalink
Delete default value for AppTabBarController.currentTabItem
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda committed Oct 11, 2023
1 parent ef9e5cd commit 450a25a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protocol AppTabBarControllerDelegate: AnyObject {
final class AppTabBarController: UITabBarController {
private weak var appTabBarControllerDelegate: AppTabBarControllerDelegate?

private var currentTabItem = AppTabItem.home
private var currentTabItem: AppTabItem

init(
initialTab: AppTabItem = .home,
Expand Down

0 comments on commit 450a25a

Please sign in to comment.