Skip to content

Commit

Permalink
[RENAME/#8] 함수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyuri1114 committed Oct 24, 2023
1 parent f05fd0b commit e95612d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FriendsSealedAdapter(context: Context) : RecyclerView.Adapter<RecyclerView

private var friendList: ArrayList<FriendsSealed> = ArrayList()

fun addFriendsData(list: ArrayList<FriendsSealed>) {
fun setFriendsData(list: ArrayList<FriendsSealed>) {
friendList.clear()
friendList.addAll(list)
}
Expand Down

0 comments on commit e95612d

Please sign in to comment.