fix:(profile): ensure apply button remains visible when keyboard appears

This commit is contained in:
sargamgayatri0803@gmail.com
2025-02-18 15:38:11 +05:30
committed by Calinteodor
parent b1ad82cef9
commit 9bb906551e

View File

@@ -114,6 +114,7 @@ const ProfileView = ({ isInWelcomePage }: {
return (
<JitsiScreen
disableForcedKeyboardDismiss = { true }
hasBottomTextInput = { true }
// @ts-ignore
safeAreaInsets = { [ !isInWelcomePage && 'bottom', 'left', 'right' ].filter(Boolean) as Edge[] }