setSearchUserResults

private fun setSearchUserResults(data: ArrayList<User>)

Sets the list of matching users based on the user's search query onto the activity layout.

Parameters

data

Array list of users matching the user's search query.