mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Update PartyDetailFragment.kt
Remote unused code following successful testing.
This commit is contained in:
parent
f79cae4290
commit
fae59c3ddf
1 changed files with 0 additions and 11 deletions
|
|
@ -109,17 +109,6 @@ class PartyDetailFragment : BaseFragment() {
|
|||
|
||||
invitationsView?.setLeader = null
|
||||
|
||||
// this attempt flickers to show populated views, then goes back to placeholders
|
||||
// invitations_view.setLeader = {
|
||||
// compositeSubscription.add(
|
||||
// socialRepository.getMember(it)
|
||||
// .subscribe(Consumer {
|
||||
// inviteLeaderAvatarView?.setAvatar(it)
|
||||
// inviteLeaderTextView?.text = getString(R.string.invitation_title,it.displayName, invitationsView?.groupName)
|
||||
// }, RxErrorHandler.handleEmptyError())
|
||||
// )
|
||||
// }
|
||||
|
||||
invitationsView?.acceptCall = {
|
||||
viewModel?.joinGroup(it) {
|
||||
compositeSubscription.add(userRepository.retrieveUser(false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue