Skip to content
Commit e5035831 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Fix volume dialog dismiss animation

The root cause of the problem is that within `mController.notifyVisible(false)` `updateActiveStreamW(-1)` is called. This causes the slider to be set to inactive which changes its color. By calling the callback after the animation ended, this problem is fixed.

Bug: 240682583
Test: atest VolumeDialogImplTest, Manual, i.e. changing the volume and observing the animation when the VolumeDialog dismisses.
Change-Id: I928564202036ce7447d0cbae98302af8bf66c600
parent e076cf2d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment