Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1b6b608 authored by Steve Kondik's avatar Steve Kondik
Browse files

lights: fix id of LIGHT_ID_CAPS, also learn to count.

parent e49f5811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class LightsService {
    static final int LIGHT_ID_BLUETOOTH = 6;
    static final int LIGHT_ID_WIFI = 7;
    static final int LIGHT_ID_CAPS = 8;
    static final int LIGHT_ID_FUNC = 8;
    static final int LIGHT_ID_FUNC = 9;
    static final int LIGHT_ID_WIMAX = 10;
    static final int LIGHT_ID_FLASHLIGHT = 11;
    static final int LIGHT_ID_COUNT = 12;