From bc867b81b73782af4e0541f2e3cb23b472ef1087 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 13 Nov 2017 14:04:13 -0200 Subject: [PATCH] Fix safe area view for lists --- app/views/RoomsListView.js | 1 + app/views/SelectUsersView.js | 1 + 2 files changed, 2 insertions(+) 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: {