Skip to content

Commit

Permalink
Update Detected activity sensor icon based on state (#4509)
Browse files Browse the repository at this point in the history
Update ActivitySensorManager.kt
  • Loading branch information
mikosoft83 authored Jul 12, 2024
1 parent 2281e64 commit a5b7685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ActivitySensorManager : BroadcastReceiver(), SensorManager {
"in_vehicle" -> "mdi:car"
"on_bicycle" -> "mdi:bike"
"on_foot" -> "mdi:shoe-print"
"still" -> "mdi:sleep"
"still" -> "mdi:human-male"
"tilting" -> "mdi:phone-rotate-portrait"
"walking" -> "mdi:walk"
"running" -> "mdi:run"
Expand Down

0 comments on commit a5b7685

Please sign in to comment.