fix(geolocation): use timeout for min,max,interval on android (#3010)

This commit is contained in:
Fabian-Lars
2025-09-25 15:41:03 +02:00
committed by GitHub
parent e4a9154f4a
commit e933acb004
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
geolocation: patch
geolocation-js: patch
---
On Android, use the `timeout` value for `setMinUpdateIntervalMillis`, `setMaxUpdateDelayMillis` and `setIntervalMillis` instead of just `minUpdateInterval`.