Infinitime: Fix icon mapping

This commit is contained in:
Andreas Shimokawa
2023-05-21 22:50:52 +02:00
parent 4cad3b3837
commit e7c048551f
@@ -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";