Skip to content

Commit

Permalink
Show 'Sharing sit w/ friends' msg for 2sec instead of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed Jun 17, 2020
1 parent a65d26c commit 5cab180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CountdownScreen/CountdownScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function CountdownScreen(props: Props) {
// Show confirmation, then fade out
Animated.sequence([
Animated.timing(friendNotifConfirmationOpacity, { toValue: 0.8 }),
Animated.delay(1000),
Animated.delay(2000),
Animated.timing(friendNotifConfirmationOpacity, {
duration: 1500,
easing: Easing.linear,
Expand Down

0 comments on commit 5cab180

Please sign in to comment.