Skip to content

Commit

Permalink
Merge branch '1009-affichage-de-geolocalisation-plante-quand-l-affich…
Browse files Browse the repository at this point in the history
…age-en-bulle-est-desactive' into develop
  • Loading branch information
Nicolas Buquet committed Apr 8, 2024
2 parents ca6ee32 + 9ba1763 commit 619fdb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1009.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
L'affichage de géolocalisation plante quand l'affichage en bulle est désactivé

0 comments on commit 619fdb0

Please sign in to comment.