- Getting rid of compiler warnings.
This commit is contained in:
@@ -51,6 +51,8 @@ class ContactsActivity : AppCompatActivity() {
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
|
||||
if (resultCode == RESULT_OK) clAdapter.notifyDataSetChanged()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user