remove this feature

This commit is contained in:
Pfeil, Scott Robert 2021-04-12 11:01:40 -04:00
parent fb380dc1eb
commit 04417bd9c0

View File

@ -80,7 +80,6 @@
// MARK: - UITabBarDelegate
public func tabBar(_ tabBar: UITabBar, didSelect item: UITabBarItem) {
guard model.selectedTab != tabBar.selectedItem?.tag else { return }
model.selectedTab = item.tag
Button.performButtonAction(with: model.tabs[item.tag].action, button: item, delegateObject: delegateObject, additionalData: nil)
}