Merge branch 'feature/remove_tab_bar_feature' into 'develop'

remove this feature

See merge request BPHV_MIPS/mvm_core_ui!705
This commit is contained in:
Pfeil, Scott Robert 2021-04-12 11:06:37 -04:00
commit ea358929f3

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)
}