Fix comments

This commit is contained in:
Nicolas Mauri 2023-03-30 10:31:33 +02:00
parent 4913396b9f
commit dc18e22686

View file

@ -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;
}];
}