Skip to content

Commit 184dd16

Browse files
authored
regression: Wrong StatusBar on RoomsListView (#6525)
1 parent 73167b2 commit 184dd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/RoomsListView/components/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { memo, ReactElement } from 'react';
2-
import { StatusBar } from 'react-native';
32

43
import SafeAreaView from '../../../containers/SafeAreaView';
4+
import StatusBar from '../../../containers/StatusBar';
55
import { useTheme } from '../../../theme';
66
import TabletHeader from './TabletHeader';
77

0 commit comments

Comments
 (0)