diff --git a/app/components/channel_drawer/channels_list/index.js b/app/components/channel_drawer/channels_list/index.js index 5e8d66107..054a7c587 100644 --- a/app/components/channel_drawer/channels_list/index.js +++ b/app/components/channel_drawer/channels_list/index.js @@ -226,7 +226,7 @@ class ChannelsList extends Component { return ( @@ -248,6 +248,13 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { backgroundColor: theme.sidebarBg, flex: 1 }, + extraPadding: { + ...Platform.select({ + ios: { + paddingBottom: 10 + } + }) + }, statusBar: { backgroundColor: theme.sidebarHeaderBg, ...Platform.select({