Skip to content

Commit 230760d

Browse files
authored
Increase the max animation delay for App Check (#347)
1 parent 0beb9ca commit 230760d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleSignIn/Sources/GIDTimedLoader/GIDTimedLoader.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#import "GoogleSignIn/Sources/GIDAppCheck/UI/GIDActivityIndicatorViewController.h"
2525

2626
CFTimeInterval const kGIDTimedLoaderMinAnimationDuration = 1.0;
27-
CFTimeInterval const kGIDTimedLoaderMaxDelayBeforeAnimating = 0.5;
27+
CFTimeInterval const kGIDTimedLoaderMaxDelayBeforeAnimating = 0.8;
2828

2929
@interface GIDTimedLoader ()
3030

0 commit comments

Comments
 (0)