diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/pinetime/PineTimeJFSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/pinetime/PineTimeJFSupport.java index bcca4401e..68ad0d801 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/pinetime/PineTimeJFSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/pinetime/PineTimeJFSupport.java @@ -360,13 +360,11 @@ public class PineTimeJFSupport extends AbstractBTLEDeviceSupport implements DfuL break; case NavigationInfoSpec.ACTION_UTURN_LEFT: case NavigationInfoSpec.ACTION_UTURN_RIGHT: - iconname = "iturn"; + iconname = "uturn"; break; case NavigationInfoSpec.ACTION_ROUNDABOUT_RIGHT: - iconname = "roundabout-right"; - break; case NavigationInfoSpec.ACTION_ROUNDABOUT_LEFT: - iconname = "roundabout-left"; + iconname = "roundabout"; break; default: iconname = "invalid";