Merge "Ensure that we update the next dark intensity when restoring the state" into rvc-dev am: c6025a7fbd

Change-Id: I88f52e4f6ad07b159e7b4a80497070cab604121c
This commit is contained in:
Winson Chung
2020-05-05 04:51:53 +00:00
committed by Automerger Merge Worker

View File

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