Skip to content

Commit b16e972

Browse files
committed
Improved doc
1 parent 37cd713 commit b16e972

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/settings/preferencesearch/PreferenceSearchResultHighlighter.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ private PreferenceSearchResultHighlighter() {
2929

3030
/**
3131
* Highlight the specified preference.
32+
* <br/>
33+
* Note: This function is Thread independent (can be called from outside of the main thread).
3234
*
33-
* @param item
34-
* @param prefsFragment
35+
* @param item The item to highlight
36+
* @param prefsFragment The fragment where the items is located on
3537
*/
3638
public static void highlight(
3739
final PreferenceSearchItem item,

0 commit comments

Comments
 (0)