Enqueue: Removed unneeded dialog-entries and strings + adjustments
This commit is contained in:
parent
ed6fc4d848
commit
12f615c6da
61 changed files with 29 additions and 155 deletions
|
|
@ -2094,6 +2094,10 @@ public class VideoPlayerImpl extends VideoPlayer
|
|||
return popupLayoutParams;
|
||||
}
|
||||
|
||||
public MainPlayer.PlayerType getPlayerType() {
|
||||
return playerType;
|
||||
}
|
||||
|
||||
public float getScreenWidth() {
|
||||
return screenWidth;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,11 +46,7 @@ public final class PlayerHolder {
|
|||
if (player == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return player.videoPlayerSelected() ? MainPlayer.PlayerType.VIDEO
|
||||
: player.popupPlayerSelected() ? MainPlayer.PlayerType.POPUP
|
||||
: player.audioPlayerSelected() ? MainPlayer.PlayerType.AUDIO
|
||||
: null;
|
||||
return player.getPlayerType();
|
||||
}
|
||||
|
||||
public static void setListener(final PlayerServiceExtendedEventListener newListener) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue