Set color for flashlight too

This commit is contained in:
Peter Cai 2023-04-26 15:12:26 -04:00
parent 76ba1dd0f8
commit 8c7c507295

View file

@ -228,6 +228,7 @@ public final class AnimationManager {
submit(() -> {
if (check(Constants.SpotlightMode.FLASHLIGHT)) {
mLEDManager.setColor(0xffffff);
mLEDManager.setBrightness((int) (Constants.BRIGHTNESS * 100));
mLEDManager.enableAllLEDs(true);
}