Merge "Clarify constructor param in SeekBarVolumizer."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6eaed2f39d
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user