# HG changeset patch # User Dennis Concepción Martín # Date 1627747808 -3600 # Node ID 822175ac4343ac02cf05e043594e05ecd6f17eef # Parent 1069c33d3a4213f5d23de24931274d364a7eeeaf Fix bug with Picker diff -r 1069c33d3a42 -r 822175ac4343 Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 1069c33d3a42 -r 822175ac4343 Simoleon/Settings.swift --- a/Simoleon/Settings.swift Sat Jul 31 17:09:58 2021 +0100 +++ b/Simoleon/Settings.swift Sat Jul 31 17:10:08 2021 +0100 @@ -46,6 +46,7 @@ ForEach(searchResults, id: \.self) { currencyPair in Text(currencyPair.name) + .tag(currencyPair.name) } } } else { @@ -152,8 +153,6 @@ Purchases.shared.purchaserInfo { (purchaserInfo, error) in if purchaserInfo?.entitlements["all"]?.isActive == true { entitlementIsActive = true - } else { - entitlementIsActive = false } if let error = error as NSError? {