diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index d5b093763..996670081 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -7956,7 +7956,7 @@ static CGSize kThreadListBarButtonItemImageSize; // Give the data source ownership to the room view controller. self.hasRoomDataSourceOwnership = YES; - // Force the read marker update if needed (this + // Force the read marker update if needed (e.g if we jumped on the last unread message using the banner). self.updateRoomReadMarker |= forceUpdateRoomMarker; }]; }