Skip to content

Commit be4fdf1

Browse files
committed
add lockHeight to Profile and SideBar Pages
1 parent 81986b1 commit be4fdf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pages/home/sidebar/SidebarScreen/BaseSidebarScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class BaseSidebarScreen extends Component {
5151
<ScreenWrapper
5252
includeSafeAreaPaddingBottom={false}
5353
style={[styles.sidebar]}
54+
lockHeight
5455
>
5556
{({insets}) => (
5657
<>

src/pages/settings/Profile/ProfilePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const ProfilePage = (props) => {
6363
];
6464

6565
return (
66-
<ScreenWrapper includeSafeAreaPaddingBottom={false}>
66+
<ScreenWrapper includeSafeAreaPaddingBottom={false} lockHeight>
6767
<HeaderWithCloseButton
6868
title={props.translate('common.profile')}
6969
shouldShowBackButton

0 commit comments

Comments
 (0)