From f971bdbcf6af719ca223c928184ce089ce78d091 Mon Sep 17 00:00:00 2001 From: Puneet Date: Wed, 9 Nov 2022 03:14:13 +0530 Subject: [PATCH] Update comment Co-authored-by: Rushat Gabhane --- src/libs/shouldDelayFocus/index.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/shouldDelayFocus/index.android.js b/src/libs/shouldDelayFocus/index.android.js index e34466d2fbfd..4de1e1fc7f3a 100644 --- a/src/libs/shouldDelayFocus/index.android.js +++ b/src/libs/shouldDelayFocus/index.android.js @@ -1,2 +1,2 @@ -// At android the keyboard doesn't open when we use autoFocus because of page opening transition, so we have to delay the focus. +// When using transitions on Android, we need to delay focusing the text inputs for the keyboard to open. export default true;