Merge "Volume can not be updated in Sound&notification"

This commit is contained in:
Treehugger Robot
2017-06-02 00:14:15 +00:00
committed by Gerrit Code Review

View File

@@ -88,9 +88,10 @@ public class VolumeSeekBarPreference extends SeekBarPreference {
mStopped = true;
if (mVolumizer != null) {
mVolumizer.stop();
mVolumizer = null;
}
}
@Override
public void onBindViewHolder(PreferenceViewHolder view) {
super.onBindViewHolder(view);