Clarify constructor param in SeekBarVolumizer.

Bug: 78806021
Change-Id: Ice2c087976d0c34d85ef5c5c4660553a16502ba3
This commit is contained in:
Andrew Zeng
2018-08-21 18:15:41 -07:00
parent 4a6821e9c4
commit 2de4e50e94

View File

@@ -104,7 +104,7 @@ public class SeekBarVolumizer implements OnSeekBarChangeListener, Handler.Callba
@UnsupportedAppUsage
public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) {
this(context, streamType, defaultUri, callback, true);
this(context, streamType, defaultUri, callback, true /* playSample */);
}
public SeekBarVolumizer(