mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
call the clicked contact at Recents
This commit is contained in:
@ -40,7 +40,7 @@ class RecentsFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
|
||||
recents_placeholder_2.beGone()
|
||||
recents_list.beVisible()
|
||||
RecentCallsAdapter(activity as SimpleActivity, recents, recents_list) {
|
||||
|
||||
activity?.launchCallIntent((it as RecentCall).phoneNumber)
|
||||
}.apply {
|
||||
recents_list.adapter = this
|
||||
}
|
||||
|
Reference in New Issue
Block a user