diff --git a/app/views/RoomsListView.js b/app/views/RoomsListView.js index 201264987..c9429221a 100644 --- a/app/views/RoomsListView.js +++ b/app/views/RoomsListView.js @@ -53,6 +53,7 @@ const styles = StyleSheet.create({ color: '#aaa' }, safeAreaView: { + flex: 1, backgroundColor: '#fff' } }); diff --git a/app/views/SelectUsersView.js b/app/views/SelectUsersView.js index 9514b216c..aea8b1902 100644 --- a/app/views/SelectUsersView.js +++ b/app/views/SelectUsersView.js @@ -21,6 +21,7 @@ const styles = StyleSheet.create({ justifyContent: 'center' }, safeAreaView: { + flex: 1, backgroundColor: '#FFFFFF' }, list: {