mirror of
https://github.com/etesync/android
synced 2024-12-23 07:08:16 +00:00
Invitations: show who the invitation is from.
This commit is contained in:
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…
Reference in New Issue
Block a user