Clarify comment

pull/21833/head
Luke Barnard 2017-04-18 15:18:21 +01:00
parent d38520dfb4
commit c431c9ab22
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ module.exports = React.createClass({
}
// XXX: there should be no need for a ghost tile - we should just use a
// a dispatch to start the RM animation.
// a dispatch (user_activity_end) to start the RM animation.
if (eventId == this.currentGhostEventId) {
// if we're showing an animation, continue to show it.
ret.push(this._getReadMarkerGhostTile());