Invitations: show who the invitation is from.

pull/134/head
Tom Hacohen 4 years ago
parent 1a6376e61a
commit 468b97f6f0

@ -104,7 +104,7 @@ class InvitationsListFragment : ListFragment(), AdapterView.OnItemClickListener
val tv = v!!.findViewById<View>(R.id.title) as TextView
// FIXME: Should have a sensible string here
tv.text = "Invitation ${position}"
tv.text = "Invitation from ${invitation.fromUsername}"
// FIXME: Also mark admins
val readOnly = v.findViewById<View>(R.id.read_only)

Loading…
Cancel
Save