mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Rename dataSource2 parameters and handle target profiles
This commit is contained in:
committed by
aringenbach
parent
c01b56305c
commit
4530b61df3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user