Skip to content

Commit

Permalink
Remove duplicate source
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Sep 23, 2023
1 parent b8c0e0d commit 93349de
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,7 @@ class LocationSensorManager : BroadcastReceiver(), SensorManager {
"Last Location: " +
"\nCoords:(${location.latitude}, ${location.longitude})" +
"\nAccuracy: ${location.accuracy}" +
"\nBearing: ${location.bearing}" +
"\nProvider: ${location.provider}"
"\nBearing: ${location.bearing}"
)
var accuracy = 0
if (location.accuracy.toInt() >= 0) {
Expand Down

0 comments on commit 93349de

Please sign in to comment.