mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
Make setMediaItemFiller public in MediaSession.Builder
#minor-release Issue: androidx/media#8 PiperOrigin-RevId: 412403132
This commit is contained in:
parent
f0fcad16a9
commit
2a62a5ee30
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ public class MediaSession {
|
|||
* @return The builder to allow chaining.
|
||||
*/
|
||||
@Override
|
||||
Builder setMediaItemFiller(MediaItemFiller mediaItemFiller) {
|
||||
public Builder setMediaItemFiller(MediaItemFiller mediaItemFiller) {
|
||||
return super.setMediaItemFiller(mediaItemFiller);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue