-Refactored Channel and Playlist PlayQueue into AbstractInfo playQueue.

-Increase list item action dropdown padding.
This commit is contained in:
John Zhen Mo 2017-11-02 20:34:12 -07:00
parent 1d136c6c35
commit b32f149a1b
9 changed files with 171 additions and 252 deletions

View file

@ -63,7 +63,6 @@ import org.schabi.newpipe.fragments.BackPressable;
import org.schabi.newpipe.fragments.BaseStateFragment;
import org.schabi.newpipe.history.HistoryListener;
import org.schabi.newpipe.info_list.InfoItemBuilder;
import org.schabi.newpipe.player.BackgroundPlayer;
import org.schabi.newpipe.player.MainVideoPlayer;
import org.schabi.newpipe.player.PopupVideoPlayer;
import org.schabi.newpipe.player.helper.PlayerHelper;