diff --git a/Riot/Modules/Room/TimelineCells/Styles/Plain/PlainRoomTimelineCellProvider.m b/Riot/Modules/Room/TimelineCells/Styles/Plain/PlainRoomTimelineCellProvider.m index b53aa3a9b..f5b493a32 100644 --- a/Riot/Modules/Room/TimelineCells/Styles/Plain/PlainRoomTimelineCellProvider.m +++ b/Riot/Modules/Room/TimelineCells/Styles/Plain/PlainRoomTimelineCellProvider.m @@ -268,9 +268,9 @@ - (void)registerPollCellsForTableView:(UITableView*)tableView - (void)registerLocationCellsForTableView:(UITableView*)tableView { -// [tableView registerClass:LocationCell.class forCellReuseIdentifier:LocationCell.defaultReuseIdentifier]; -// [tableView registerClass:LocationWithoutSenderInfoCell.class forCellReuseIdentifier:LocationWithoutSenderInfoCell.defaultReuseIdentifier]; -// [tableView registerClass:LocationWithPaginationTitleCell.class forCellReuseIdentifier:LocationWithPaginationTitleCell.defaultReuseIdentifier]; + [tableView registerClass:LocationPlainCell.class forCellReuseIdentifier:LocationPlainCell.defaultReuseIdentifier]; + [tableView registerClass:LocationWithoutSenderInfoPlainCell.class forCellReuseIdentifier:LocationWithoutSenderInfoPlainCell.defaultReuseIdentifier]; + [tableView registerClass:LocationWithPaginationTitlePlainCell.class forCellReuseIdentifier:LocationWithPaginationTitlePlainCell.defaultReuseIdentifier]; } - (void)registerAntivirusCellsForTableView:(UITableView*)tableView diff --git a/changelog.d/1009.change b/changelog.d/1009.change new file mode 100644 index 000000000..d09358cb8 --- /dev/null +++ b/changelog.d/1009.change @@ -0,0 +1 @@ +L'affichage de géolocalisation plante quand l'affichage en bulle est désactivé \ No newline at end of file