From 8669d5bb586b3639efd8882a653d0f61280fac35 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 31 May 2017 12:02:47 -0400 Subject: [PATCH] RN-151 tap on unread post above (#591) --- .../channel_drawer_list.js | 1 + .../channel_drawer_list/unread_indicator.js | 20 +++++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/app/components/channel_drawer_list/channel_drawer_list.js b/app/components/channel_drawer_list/channel_drawer_list.js index e8108231a..c035f913c 100644 --- a/app/components/channel_drawer_list/channel_drawer_list.js +++ b/app/components/channel_drawer_list/channel_drawer_list.js @@ -408,6 +408,7 @@ class ChannelDrawerList extends Component { above = ( this.refs.list.scrollToOffset({x: 0, y: 0, animated: true})} text={( true }; render() { return ( - - {this.props.text} - + + + {this.props.text} + + ); } }