Skip to content

Commit b45c871

Browse files
committed
Remove default location listener method
1 parent ee2e6c9 commit b45c871

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/com/kylecorry/trailsensecore/infrastructure/sensors/gps/SimpleLocationListener.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ internal class SimpleLocationListener(private val onLocationChangedFn: (location
88
override fun onLocationChanged(location: Location) {
99
onLocationChangedFn.invoke(location)
1010
}
11-
12-
override fun onStatusChanged(provider: String?, status: Int, extras: Bundle?) {
13-
}
1411
}

0 commit comments

Comments
 (0)