updating commons, kotlin, room and target sdk to 29

This commit is contained in:
tibbi
2019-11-28 11:34:01 +01:00
parent 3198e19bc6
commit 219a7be1c5
8 changed files with 19 additions and 19 deletions

View File

@ -32,7 +32,7 @@ class GroupContactsActivity : SimpleActivity(), RemoveFromGroupListener, Refresh
setContentView(R.layout.activity_group_contacts)
updateTextColors(group_contacts_coordinator)
group = intent.extras.getSerializable(GROUP) as Group
group = intent.extras?.getSerializable(GROUP) as Group
supportActionBar?.title = group.title
group_contacts_fab.setOnClickListener {