fix(ios): make connection badge visible
parent
1fb123d701
commit
b8b20eac6d
|
|
@ -18,7 +18,7 @@ struct RootTabs: View {
|
|||
}
|
||||
.background(TabBarControllerAccessor { tabBarController in
|
||||
guard let item = tabBarController.tabBar.items?[Self.settingsTabIndex] else { return }
|
||||
item.badgeValue = " "
|
||||
item.badgeValue = ""
|
||||
item.badgeColor = self.settingsBadgeColor
|
||||
})
|
||||
.onAppear { self.updateConnectingPulse(for: self.bridgeIndicatorState) }
|
||||
|
|
|
|||
Loading…
Reference in New Issue