Rename dataSource2 parameters and handle target profiles

This commit is contained in:
Arnaud Ringenbach
2022-03-03 10:12:08 +01:00
committed by aringenbach
parent d4418d335d
commit 4eafe7fd9a
6 changed files with 29 additions and 23 deletions
@@ -24,9 +24,9 @@ static NSAttributedString *messageSeparator = nil;
#pragma mark - MXKRoomBubbleCellDataStoring
- (instancetype)initWithEvent:(MXEvent *)event andRoomState:(MXRoomState *)roomState andRoomDataSource:(MXKRoomDataSource *)roomDataSource2
- (instancetype)initWithEvent:(MXEvent *)event andRoomState:(MXRoomState *)roomState andRoomDataSource:(MXKRoomDataSource *)roomDataSource
{
self = [super initWithEvent:event andRoomState:roomState andRoomDataSource:roomDataSource2];
self = [super initWithEvent:event andRoomState:roomState andRoomDataSource:roomDataSource];
if (self)
{
// Set default settings