aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/screens/profile/ChoosingCategoryScreen.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/profile/ChoosingCategoryScreen.tsx b/src/screens/profile/ChoosingCategoryScreen.tsx
index cdc941db..720412a4 100644
--- a/src/screens/profile/ChoosingCategoryScreen.tsx
+++ b/src/screens/profile/ChoosingCategoryScreen.tsx
@@ -21,6 +21,7 @@ import {updateMomentCategories} from '../../store/actions';
import {RootState} from '../../store/rootReducer';
import {
getMomentCategoryIconInfo,
+ HeaderHeight,
normalize,
SCREEN_HEIGHT,
SCREEN_WIDTH,
@@ -90,7 +91,7 @@ const ChoosingCategoryScreen: React.FC<ChoosingCategoryScreenProps> = ({
return (
<SearchBackground>
- <View style={{marginTop: StatusBarHeight + insetTop}}>
+ <View style={{marginTop: StatusBarHeight + HeaderHeight}}>
<ScrollView
style={{height: SCREEN_HEIGHT * 0.9}}
contentContainerStyle={{paddingBottom: tabBarHeight}}>