Fix PlaylistAppendDialog: Renamed method and replaced with Runnable
This commit is contained in:
parent
0f720b6e97
commit
d7547fb196
4 changed files with 7 additions and 11 deletions
|
|
@ -486,7 +486,7 @@ public class VideoDetailFragment
|
|||
|
||||
final PlaylistAppendDialog d = PlaylistAppendDialog.fromStreamInfo(currentInfo);
|
||||
disposables.add(
|
||||
PlaylistAppendDialog.checkPlaylists(getContext(),
|
||||
PlaylistAppendDialog.onPlaylistFound(getContext(),
|
||||
() -> d.show(getFM(), TAG),
|
||||
() -> PlaylistCreationDialog.newInstance(d).show(getFM(), TAG)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue