Fix PlaylistAppendDialog: Renamed method and replaced with Runnable

This commit is contained in:
vkay94 2020-09-29 14:04:14 +02:00 committed by TobiGr
parent 0f720b6e97
commit d7547fb196
4 changed files with 7 additions and 11 deletions

View file

@ -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)
)