mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Rename dataSource2 parameters and handle target profiles
This commit is contained in:
committed by
aringenbach
parent
d4418d335d
commit
4eafe7fd9a
@@ -60,9 +60,9 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
|
||||
return self;
|
||||
}
|
||||
|
||||
- (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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user