diff --git a/src/pages/workspace/WorkspaceNewRoomPage.tsx b/src/pages/workspace/WorkspaceNewRoomPage.tsx index 2368089978c0..db13bd088bff 100644 --- a/src/pages/workspace/WorkspaceNewRoomPage.tsx +++ b/src/pages/workspace/WorkspaceNewRoomPage.tsx @@ -272,7 +272,8 @@ function WorkspaceNewRoomPage({ref, policyID: lockedPolicyID}: WorkspaceNewRoomP onEntryTransitionEnd: () => roomPageInputRef.current?.focus(), shouldEnableMaxHeight: true, shouldEnableKeyboardAvoidingView: true, - includeSafeAreaPaddingBottom: true, + enableEdgeToEdgeBottomSafeAreaPadding: true, + shouldShowOfflineIndicator: true, } : { enableEdgeToEdgeBottomSafeAreaPadding: true, @@ -298,7 +299,7 @@ function WorkspaceNewRoomPage({ref, policyID: lockedPolicyID}: WorkspaceNewRoomP