minor number tweak

This commit is contained in:
Tibor Kaputa 2023-07-25 09:42:27 +02:00 committed by GitHub
parent e603fc70b1
commit 4372ca3772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import com.simplemobiletools.commons.activities.BaseSimpleActivity
class SimpleLocationManager(private val activity: BaseSimpleActivity) {
companion object {
private const val LOCATION_UPDATE_MIN_TIME_INTERVAL_MS = 5_000L
private const val LOCATION_UPDATE_MIN_TIME_INTERVAL_MS = 5000L
private const val LOCATION_UPDATE_MIN_DISTANCE_M = 10F
}