Skip to content

Commit

Permalink
Merge branch 'bugfix/pwn-997' into release/2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Feb 19, 2024
2 parents 0a3b819 + 892a60d commit 23d14e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ class RemoteConfigWarmupProcess: WarmupProcess {

let currentEndpoints = APIEndPoint.definedEndpoints
let defaultFlags = StaticFlagsFetcher(featureFlags: [])
#if !RELEASE
let settings = RemoteConfigSettings()
// WARNING: Don't actually do this in production!
settings.minimumFetchInterval = 0
RemoteConfig.remoteConfig().configSettings = settings

let settings = RemoteConfigSettings()
settings.minimumFetchInterval = 0
RemoteConfig.remoteConfig().configSettings = settings

#if !RELEASE
FeatureFlagProvider.shared.fetchFeatureFlags(
mainFetcher: MergingFlagsFetcher(
primaryFetcher: DebugMenuFeaturesProvider.shared,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ final class CryptoViewModel: BaseViewModel, ObservableObject {
}
updateAddressIfNeeded()
analyticsManager.log(event: .cryptoScreenOpened)
displayReferralBanner = available(.referralProgramEnabled)
}

func copyToClipboard() {
Expand Down

0 comments on commit 23d14e2

Please sign in to comment.