Skip to content

Commit 906ee75

Browse files
author
martin
committed
Fixed checkstyle violation
1 parent 4049abf commit 906ee75

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/helper/PlaybackParameterDialog.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)