mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Fixed checkstyle violation
This commit is contained in:
		| @@ -207,13 +207,11 @@ public class PlaybackParameterDialog extends DialogFragment { | ||||
|     } | ||||
|  | ||||
|     private void togglePitchSliderType(@NonNull final View rootView) { | ||||
|         @Nullable | ||||
|         final RelativeLayout pitchControl = rootView.findViewById(R.id.pitchControl); | ||||
|         @Nullable | ||||
|         final RelativeLayout semitoneControl = rootView.findViewById(R.id.semitoneControl); | ||||
|  | ||||
|         @Nullable | ||||
|         final View separatorStepSizeSelector = rootView.findViewById(R.id.separatorStepSizeSelector); | ||||
|         final View separatorStepSizeSelector = | ||||
|                 rootView.findViewById(R.id.separatorStepSizeSelector); | ||||
|         final RelativeLayout.LayoutParams params = | ||||
|                 (RelativeLayout.LayoutParams) separatorStepSizeSelector.getLayoutParams(); | ||||
|         if (pitchControl != null && semitoneControl != null && unhookingCheckbox != null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 martin
					martin