mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
updating commons, kotlin, room and target sdk to 29
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user