diff --git a/app/stacks/InsideStack.tsx b/app/stacks/InsideStack.tsx index ea274d22fed..badf87e6c0e 100644 --- a/app/stacks/InsideStack.tsx +++ b/app/stacks/InsideStack.tsx @@ -310,7 +310,7 @@ const InsideStackNavigator = () => { { useLayoutEffect(() => { navigation.setOptions({ - headerLeft: () => , + headerLeft: () => ( + + ), title: I18n.t('Enter_E2EE_Password') }); }, [navigation]); @@ -82,18 +84,28 @@ const E2EEnterYourPasswordView = (): React.ReactElement => { contentContainerStyle={sharedStyles.container} keyboardVerticalOffset={128}> - + +