Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Apr 5, 2024
1 parent 9d547bb commit 0d55969
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ public class FileSearchResultSelectorDialog {
/**
* Show a file system selector dialog
*
* @param activity Activity to use
* @param searchResults Search results to filter
* @param callback Callback to call when a item is selected
* callback.first: Path to file (relative)
* callback.second: Line number (null if not applicable)
* callback.third: True if the dialog was dismissed by long clicking on a file
* @param activity Activity to use
* @param searchResults Search results to filter
* @param callback Callback to call when a item is selected
* callback.first: Path to file (relative)
* callback.second: Line number (null if not applicable)
* callback.third: True if the dialog was dismissed by long clicking on a file
*/
public static void showDialog(
final Activity activity,
Expand Down

0 comments on commit 0d55969

Please sign in to comment.