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

Commit ac47eda2 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Ensure that we update the next dark intensity when restoring the state"...

Merge "Ensure that we update the next dark intensity when restoring the state" into rvc-dev am: c6025a7f am: b839c6c6 am: 5e0eeec9

Change-Id: Ia7c4d8623cf9528dd8494beaceb7c3f276e5bbe8
parents 61cdf605 5e0eeec9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ public class LightBarTransitionsController implements Dumpable, Callbacks,

    public void restoreState(Bundle savedInstanceState) {
        setIconTintInternal(savedInstanceState.getFloat(EXTRA_DARK_INTENSITY, 0));
        mNextDarkIntensity = mDarkIntensity;
    }

    @Override