Skip to content

Commit

Permalink
L'affichage de géolocalisation plante quand l'affichage en bulle est …
Browse files Browse the repository at this point in the history
…désactivé
  • Loading branch information
NicolasBuquet committed Apr 8, 2024
1 parent 0489118 commit 9ba1763
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 9ba1763

Please sign in to comment.