Skip to content

Commit a6f696f

Browse files
authored
Merge pull request #54 from JDI-Group/redesign
fix: Support new h3 method
2 parents 58a16d5 + 9f92f06 commit a6f696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/settings/subfeatures/dapp_hooks/domain/dapp_hooks_use_case.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class DAppHooksUseCase extends ReactiveUseCase {
170170

171171
final h3 = const H3Factory().load();
172172

173-
final hexagonBigInt = h3.geoToH3(
173+
final hexagonBigInt = h3.geoToCell(
174174
GeoCoord(
175175
lon: currentLocation.longitude, lat: currentLocation.latitude),
176176
Config.h3Resolution);

0 commit comments

Comments
 (0)