Forráskód Böngészése

Increase the max animation delay for App Check (#347)

mdmathias 2 éve
szülő
commit
230760d644
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      GoogleSignIn/Sources/GIDTimedLoader/GIDTimedLoader.m

+ 1 - 1
GoogleSignIn/Sources/GIDTimedLoader/GIDTimedLoader.m

@@ -24,7 +24,7 @@
 #import "GoogleSignIn/Sources/GIDAppCheck/UI/GIDActivityIndicatorViewController.h"
 
 CFTimeInterval const kGIDTimedLoaderMinAnimationDuration = 1.0;
-CFTimeInterval const kGIDTimedLoaderMaxDelayBeforeAnimating = 0.5;
+CFTimeInterval const kGIDTimedLoaderMaxDelayBeforeAnimating = 0.8;
 
 @interface GIDTimedLoader ()