File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/player Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3612,37 +3612,6 @@ public void onDismiss(@Nullable final PopupMenu menu) {
36123612 }
36133613 }
36143614
3615- private void onQualitySelectorClicked () {
3616- if (DEBUG ) {
3617- Log .d (TAG , "onQualitySelectorClicked() called" );
3618- }
3619- qualityPopupMenu .show ();
3620- isSomePopupMenuVisible = true ;
3621-
3622- final VideoStream videoStream = getSelectedVideoStream ();
3623- if (videoStream != null ) {
3624- final String qualityText = MediaFormat .getNameById (videoStream .getFormatId ()) + " "
3625- + videoStream .resolution ;
3626- binding .qualityTextView .setText (qualityText );
3627- }
3628-
3629- saveWasPlaying ();
3630- }
3631-
3632- private void onPlaybackSpeedClicked () {
3633- if (DEBUG ) {
3634- Log .d (TAG , "onPlaybackSpeedClicked() called" );
3635- }
3636- if (videoPlayerSelected ()) {
3637- PlaybackParameterDialog .newInstance (getPlaybackSpeed (), getPlaybackPitch (),
3638- getPlaybackSkipSilence (), this ::setPlaybackParameters )
3639- .show (getParentActivity ().getSupportFragmentManager (), null );
3640- } else {
3641- playbackSpeedPopupMenu .show ();
3642- isSomePopupMenuVisible = true ;
3643- }
3644- }
3645-
36463615 private void onCaptionClicked () {
36473616 if (DEBUG ) {
36483617 Log .d (TAG , "onCaptionClicked() called" );
You can’t perform that action at this time.
0 commit comments