diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 7b96c87ba3..efa6497537 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -6,6 +6,7 @@ import { FlatList, GestureResponderEvent, SafeAreaView, + StatusBar, StyleSheet, TouchableOpacity, TouchableWithoutFeedback, @@ -349,7 +350,12 @@ export const MobileShell: React.FC = observer(() => { backgroundColor: theme.colorScheme === 'dark' ? colors.gray7 : colors.gray1, } return ( - + +