Skip to content

Commit

Permalink
Update MyTeamsDetailFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 authored Jul 3, 2024
1 parent b3742b4 commit d2114af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class MyTeamsDetailFragment : BaseNewsFragment() {
listContent.visibility = View.GONE
llRv.visibility = View.VISIBLE
}

1 -> setListContent(tab, String.format(getString(R.string.joined_members_colon) + " (%s)", users.size), users)
2 -> setListContent(tab, String.format(getString(R.string.requested_members_colon) + " (%s)", reqUsers.size), reqUsers)
3 -> setCourseList(tab, courses)
Expand Down Expand Up @@ -278,4 +277,4 @@ class MyTeamsDetailFragment : BaseNewsFragment() {
override fun setData(list: List<RealmNews?>?) {
showRecyclerView(list)
}
}
}

0 comments on commit d2114af

Please sign in to comment.