Merge "Ensure that we update the next dark intensity when restoring the state" into rvc-dev am: c6025a7fbd
Change-Id: Idedb734782fde3af1a17c88989ae935f3680a57b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user