File tree Expand file tree Collapse file tree
app/src/main/java/org/schabi/newpipe/player/helper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,13 +207,11 @@ private void setupControlViews(@NonNull final View rootView) {
207207 }
208208
209209 private void togglePitchSliderType (@ NonNull final View rootView ) {
210- @ Nullable
211210 final RelativeLayout pitchControl = rootView .findViewById (R .id .pitchControl );
212- @ Nullable
213211 final RelativeLayout semitoneControl = rootView .findViewById (R .id .semitoneControl );
214212
215- @ Nullable
216- final View separatorStepSizeSelector = rootView .findViewById (R .id .separatorStepSizeSelector );
213+ final View separatorStepSizeSelector =
214+ rootView .findViewById (R .id .separatorStepSizeSelector );
217215 final RelativeLayout .LayoutParams params =
218216 (RelativeLayout .LayoutParams ) separatorStepSizeSelector .getLayoutParams ();
219217 if (pitchControl != null && semitoneControl != null && unhookingCheckbox != null ) {
You can’t perform that action at this time.
0 commit comments