From 23ad3ad98b5b4c76ceb06bd4d4cffb9e5b42d087 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 30 Nov 2023 17:03:38 -0800 Subject: Various fixes (#2053) * Fix invite code translations (plural api not availabe in ios) * Speed up the composer animation a smidge --- src/view/shell/Composer.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/shell/Composer.web.tsx') diff --git a/src/view/shell/Composer.web.tsx b/src/view/shell/Composer.web.tsx index d8f4648fe..73f9f540e 100644 --- a/src/view/shell/Composer.web.tsx +++ b/src/view/shell/Composer.web.tsx @@ -25,10 +25,10 @@ export function Composer({}: {winHeight: number}) { style={styles.mask} aria-modal accessibilityViewIsModal - entering={FadeIn.duration(150)} + entering={FadeIn.duration(100)} exiting={FadeOut}>