From 9c89fe290795eb7bed615aaa61dbb6df914ddbd7 Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 3 Nov 2017 14:47:31 -0300 Subject: [PATCH] Set the section list to wait for interactions before updating the unread indicator (#1093) --- app/components/channel_drawer/channels_list/list/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/channel_drawer/channels_list/list/list.js b/app/components/channel_drawer/channels_list/list/list.js index cd6a0f516..e465c5e6b 100644 --- a/app/components/channel_drawer/channels_list/list/list.js +++ b/app/components/channel_drawer/channels_list/list/list.js @@ -333,7 +333,7 @@ class List extends PureComponent { stickySectionHeadersEnabled={false} viewabilityConfig={{ viewAreaCoveragePercentThreshold: 3, - waitForInteraction: false + waitForInteraction: true }} />