OSDN Git Service

Fix nondismissing vol dialog after config change
authorBeverly <beverlyt@google.com>
Tue, 16 Oct 2018 14:56:47 +0000 (10:56 -0400)
committerBeverly <beverlyt@google.com>
Tue, 16 Oct 2018 14:56:47 +0000 (10:56 -0400)
commit17608f482ace28c669c11c1531c3c9cd340220c6
tree034fd2474536f7539d240e1d495708fd03401c23
parent29077124e9bce23e4ffc1d4d3d0f8bac07016cc4
Fix nondismissing vol dialog after config change

After a config change, the volume dialog calls init again
which sets mShowing to false.  After init is called in showH(),
mShowing should be set to true to reflect the actual state of
the volume dialog.

Test: manual
Change-Id: I0afd03eb33ff2a85856dbc0882fbd9ed46ac4c99
Fixes: 117797128
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java