[android] Add UI for avoiding steps

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-09-20 13:04:39 +00:00
committed by jeanbaptisteC
parent fceb6e0b8a
commit dd3b6faa42
5 changed files with 32 additions and 2 deletions

View File

@@ -6,5 +6,6 @@ public enum RoadType
Toll,
Motorway,
Ferry,
Dirty
Dirty,
Steps
}