Skip to content

Commit

Permalink
Merge pull request #15 from felixeduardo15/patch-1
Browse files Browse the repository at this point in the history
OnSearchItemSelected is not a public
  • Loading branch information
ajithvgiri authored Jul 2, 2020
2 parents 0d3dc42 + ce3e01f commit 12bcddc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.ajithvgiri.searchdialog
/**
* Created by ajithvgiri on 06/11/17.
*/
interface OnSearchItemSelected {
public interface OnSearchItemSelected {
fun onClick(position: Int, searchListItem: SearchListItem)
}
}

0 comments on commit 12bcddc

Please sign in to comment.