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

Commit 38118eb3 authored by Amos Bianchi's avatar Amos Bianchi Committed by Android (Google) Code Review
Browse files

Merge "Replace POWER_STATE_UNSPECIFIED with SCREEN_STATE_UNSPECIFIED." into main

parents b560e47e 5b887bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public final class UidBatteryConsumer extends BatteryConsumer {

                for (int screenState = 0; screenState < SCREEN_STATE_COUNT; screenState++) {
                    if (mData.layout.screenStateDataIncluded
                            && screenState == POWER_STATE_UNSPECIFIED) {
                            && screenState == SCREEN_STATE_UNSPECIFIED) {
                        continue;
                    }