Dimillian / IceCubesApp

A SwiftUI Mastodon client
https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884
GNU Affero General Public License v3.0
5.57k stars 539 forks source link

TabbarEntriesSettingsView: Prevent a tab item from being set twice #2157 #2166

Closed Taufi closed 2 months ago

Taufi commented 3 months ago

If a tab is displayed twice, the app shows strange behaviour (blank screen or no further input possible). This is probably because the tag of the tab item is not unique. The proposed solution prevents the duplication of tab items by only displaying those in the settings picker that do not lead to duplication. See also Issue #2157.