1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-30 17:37:56 +00:00

Code cleanup

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
litetex
2022-01-25 20:47:53 +01:00
committed by GitHub
parent 82de35d724
commit 8a069b497f

View File

@@ -38,7 +38,6 @@ public class PreferenceSearchFragment extends Fragment {
@Nullable final ViewGroup container, @Nullable final ViewGroup container,
@Nullable final Bundle savedInstanceState @Nullable final Bundle savedInstanceState
) { ) {
// SettingsPreferenceSearchFragmentBinding.
binding = SettingsPreferencesearchFragmentBinding.inflate(inflater, container, false); binding = SettingsPreferencesearchFragmentBinding.inflate(inflater, container, false);
binding.searchResults.setLayoutManager(new LinearLayoutManager(getContext())); binding.searchResults.setLayoutManager(new LinearLayoutManager(getContext()));