1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-26 06:50:07 +02:00

Infinitime: Fix icon mapping

This commit is contained in:
Andreas Shimokawa 2021-10-21 18:45:29 +02:00
parent 4cad3b3837
commit e7c048551f

View File

@ -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";