We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cd713 commit b16e972Copy full SHA for b16e972
1 file changed
app/src/main/java/org/schabi/newpipe/settings/preferencesearch/PreferenceSearchResultHighlighter.java
@@ -29,9 +29,11 @@ private PreferenceSearchResultHighlighter() {
29
30
/**
31
* Highlight the specified preference.
32
+ * <br/>
33
+ * Note: This function is Thread independent (can be called from outside of the main thread).
34
*
- * @param item
- * @param prefsFragment
35
+ * @param item The item to highlight
36
+ * @param prefsFragment The fragment where the items is located on
37
*/
38
public static void highlight(
39
final PreferenceSearchItem item,
0 commit comments