mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Fixed imports
This commit is contained in:
		| @@ -3,6 +3,7 @@ package org.schabi.newpipe.settings.preferencesearch; | ||||
| import android.content.Context; | ||||
| import android.text.TextUtils; | ||||
| import android.util.Log; | ||||
|  | ||||
| import androidx.annotation.NonNull; | ||||
| import androidx.annotation.Nullable; | ||||
| import androidx.annotation.XmlRes; | ||||
| @@ -14,7 +15,6 @@ import java.util.ArrayList; | ||||
| import java.util.Arrays; | ||||
| import java.util.List; | ||||
| import java.util.Map; | ||||
| import java.util.Objects; | ||||
| import java.util.stream.Collectors; | ||||
|  | ||||
| /** | ||||
| @@ -64,6 +64,8 @@ public class PreferenceParser { | ||||
|                         results.add(result); | ||||
|                     } | ||||
|                     if (searchConfiguration.getParserContainerElements().contains(xpp.getName())) { | ||||
|                         // This code adds breadcrumbs for certain containers (e.g. PreferenceScreen) | ||||
|                         // Example: Video and Audio > Player | ||||
|                         breadcrumbs.add(result.getTitle() == null ? "" : result.getTitle()); | ||||
|                     } | ||||
|                 } else if (xpp.getEventType() == XmlPullParser.END_TAG | ||||
|   | ||||
| @@ -1,14 +1,11 @@ | ||||
| package org.schabi.newpipe.settings.preferencesearch; | ||||
|  | ||||
| import android.text.TextUtils; | ||||
|  | ||||
| import androidx.preference.PreferenceCategory; | ||||
| import androidx.preference.PreferenceScreen; | ||||
|  | ||||
| import java.util.Arrays; | ||||
| import java.util.List; | ||||
| import java.util.Objects; | ||||
| import java.util.function.BinaryOperator; | ||||
| import java.util.stream.Stream; | ||||
|  | ||||
| public class PreferenceSearchConfiguration { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex