OSDN Git Service

Settings: Always set ramp-up time value during bindView
authorKeith Mok <kmok@cyngn.com>
Tue, 12 Jul 2016 16:45:45 +0000 (09:45 -0700)
committerKeith Mok <kmok@cyngn.com>
Tue, 12 Jul 2016 16:49:36 +0000 (09:49 -0700)
commit5eb6beb98c2487dcbb9de59f6a1c0e8fb3dae8df
treea258ad03dd847180a60781df3d81a52d14b0aa23
parentde44f4355cac698c2ffab867cc62a3b26a117008
Settings: Always set ramp-up time value during bindView

onProgressChange is not always called if we set the
ramp up time to 5 sec (0 in seekbar value, since it is
the default value, no change).
Causing the text showing the ramp up time text value not
updated and display as empty when user enable/disable
increasing ring volume with ramp up time set to 5 sec.

FEIJ-1572

Change-Id: Id32d6b51aab05e80be59bc1912c4ae7c5d114ac5
src/com/android/settings/notification/IncreasingRingVolumePreference.java