mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-20 10:30:07 +00:00
ios: fix store
This commit is contained in:
@@ -42,7 +42,7 @@ private struct FeatureView {
|
||||
let view: () -> any View
|
||||
}
|
||||
|
||||
let isInUS = true // SKStorefront().countryCode == "USA"
|
||||
let isInUS = SKStorefront().countryCode == "USA"
|
||||
|
||||
private let versionDescriptions: [VersionDescription] = [
|
||||
VersionDescription(
|
||||
|
||||
Reference in New Issue
Block a user