Assume test build if appType == .beta

This commit is contained in:
Davide De Rosa 2022-05-15 16:01:21 +02:00
parent 6c87e0a15b
commit d558edf665
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ extension OrganizerView {
@Binding var alertType: AlertType?
private var isTestBuild: Bool {
Constants.App.isBeta
Constants.App.isBeta || Constants.InApp.appType == .beta
}
private let redditURL = Constants.URLs.subreddit