Skip to content

Commit b68fa77

Browse files
aldo-expensifyOSBotify
authored andcommitted
Merge pull request #8957 from Expensify/marco-bindMissingMethod
[CP Staging] bind scrollToBottomAndUpdateLastRead to "this" (cherry picked from commit 8303e48)
1 parent 58a1742 commit b68fa77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/home/report/ReportActionsView.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class ReportActionsView extends React.Component {
111111
this.updateNewMarkerPosition = this.updateNewMarkerPosition.bind(this);
112112
this.updateMessageCounterCount = this.updateMessageCounterCount.bind(this);
113113
this.recordTimeToMeasureItemLayout = this.recordTimeToMeasureItemLayout.bind(this);
114+
this.scrollToBottomAndUpdateLastRead = this.scrollToBottomAndUpdateLastRead.bind(this);
114115
this.updateNewMarkerAndMarkReadOnce = _.once(this.updateNewMarkerAndMarkRead.bind(this));
115116
}
116117

0 commit comments

Comments
 (0)