Skip to content

Commit

Permalink
Fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDL-Infomaniak committed May 29, 2024
1 parent 35f63f2 commit 45f79a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ class AvailableShareableItemsAdapter(
values = finalUserList
count = finalUserList.size
}

override fun convertResultToString(resultValue: Any?): CharSequence = getCurrentText()
}

override fun publishResults(constraint: CharSequence?, results: FilterResults) {
Expand All @@ -174,6 +172,8 @@ class AvailableShareableItemsAdapter(

notifyDataSetChanged()
}

override fun convertResultToString(resultValue: Any?): CharSequence = getCurrentText()
}

private fun CharSequence.standardize(): String = this.toString().trim().lowercase()
Expand Down

0 comments on commit 45f79a5

Please sign in to comment.