parent
d2d44d5e9d
commit
28e233ee5f
|
@ -80,7 +80,7 @@ struct SplashView: View {
|
||||||
private func fetchLastestVersion() {
|
private func fetchLastestVersion() {
|
||||||
let remoteConfig = RemoteConfig.remoteConfig()
|
let remoteConfig = RemoteConfig.remoteConfig()
|
||||||
let configSettings = RemoteConfigSettings()
|
let configSettings = RemoteConfigSettings()
|
||||||
configSettings.minimumFetchInterval = 300
|
configSettings.minimumFetchInterval = 60
|
||||||
remoteConfig.configSettings = configSettings
|
remoteConfig.configSettings = configSettings
|
||||||
|
|
||||||
remoteConfig.fetch { status, error in
|
remoteConfig.fetch { status, error in
|
||||||
|
|
Loading…
Reference in New Issue