Fix build after merge

This commit is contained in:
ismailgulek 2021-10-19 16:51:33 +03:00
parent 61ce79e50a
commit 0f6b2ea52a
No known key found for this signature in database
GPG key ID: E96336D42D9470A9
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
{
[roomSummary setMatrixSession:session];
MXKRecentCellData *recentCellData = [[MXKRecentCellData alloc] initWithRoomSummary:roomSummary andRecentListDataSource:nil];
MXKRecentCellData *recentCellData = [[MXKRecentCellData alloc] initWithRoomSummary:roomSummary dataSource:nil];
[cellData addObject:recentCellData];
}

View file

@ -57,7 +57,7 @@ targets:
- path: ../Riot/Categories/UISearchBar.swift
- path: ../Riot/Categories/String.swift
- path: ../Riot/Categories/UIView.swift
- path: ../Riot/Modules/Common/Recents/CellData/RecentCellData.m
- path: ../Riot/Modules/Common/Recents/Model/RecentCellData.m
- path: ../Riot/PropertyWrappers/UserDefaultsBackedPropertyWrapper.swift
- path: ../Riot/Generated/Strings.swift
- path: ../Riot/Managers/Locale/LocaleProviderType.swift