Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyDL-Infomaniak committed May 28, 2024
1 parent c7ed9d4 commit 7bf4904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/infomaniak/drive/utils/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ fun MaterialAutoCompleteTextView.setupAvailableShareableItems(
context = context,
itemList = ArrayList(itemList),
notShareableIds = notShareableIds,
getCurrentText = { text },
notShareableEmails = notShareableEmails,
getCurrentText = { text },
onItemClick = onDataPassed,
)

Expand Down

0 comments on commit 7bf4904

Please sign in to comment.