fix: Model cleanup

This commit is contained in:
Piotr Dec 2024-08-02 01:02:15 +02:00
parent f600303b5f
commit 85e4fdb858
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 0 additions and 41 deletions

View file

@ -9,7 +9,6 @@ import com.mapbox.navigation.tripdata.maneuver.model.StepDistance
class DataCache {
private val garminManeuver: GarminManeuver = GarminManeuver.empty()
private var maneuverCache: Maneuver? = null
private var locationCache: LocationMatcherResult? = null
private var session: NavigationSessionState? = null