From 4aeab181dc58da585c30c9188dcbd213048f1ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ch=C3=A1vez?= Date: Wed, 11 May 2022 17:16:50 -0500 Subject: [PATCH] bind scrollToBottomAndUpdateLastRead --- src/pages/home/report/ReportActionsView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/home/report/ReportActionsView.js b/src/pages/home/report/ReportActionsView.js index 5b78c66c8810..877868f0cd82 100755 --- a/src/pages/home/report/ReportActionsView.js +++ b/src/pages/home/report/ReportActionsView.js @@ -111,6 +111,7 @@ class ReportActionsView extends React.Component { this.updateNewMarkerPosition = this.updateNewMarkerPosition.bind(this); this.updateMessageCounterCount = this.updateMessageCounterCount.bind(this); this.recordTimeToMeasureItemLayout = this.recordTimeToMeasureItemLayout.bind(this); + this.scrollToBottomAndUpdateLastRead = this.scrollToBottomAndUpdateLastRead.bind(this); this.updateNewMarkerAndMarkReadOnce = _.once(this.updateNewMarkerAndMarkRead.bind(this)); }