mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 08:30:44 +00:00
Improved doc
This commit is contained in:
parent
37cd71328c
commit
b16e972710
@ -29,9 +29,11 @@ public final class PreferenceSearchResultHighlighter {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Highlight the specified preference.
|
* Highlight the specified preference.
|
||||||
|
* <br/>
|
||||||
|
* Note: This function is Thread independent (can be called from outside of the main thread).
|
||||||
*
|
*
|
||||||
* @param item
|
* @param item The item to highlight
|
||||||
* @param prefsFragment
|
* @param prefsFragment The fragment where the items is located on
|
||||||
*/
|
*/
|
||||||
public static void highlight(
|
public static void highlight(
|
||||||
final PreferenceSearchItem item,
|
final PreferenceSearchItem item,
|
||||||
|
Loading…
Reference in New Issue
Block a user