mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
Add names to call arguments
This commit is contained in:
@ -402,7 +402,7 @@ class CallActivity : SimpleActivity() {
|
||||
val callAudioRoute = CallManager.getCallAudioRoute()
|
||||
val items = routes
|
||||
.sortedByDescending { it.route }
|
||||
.map { SimpleListItem(it.route, it.iconRes, it.stringRes, selected = it == callAudioRoute) }
|
||||
.map { SimpleListItem(id = it.route, textRes = it.stringRes, imageRes = it.iconRes, selected = it == callAudioRoute) }
|
||||
.toTypedArray()
|
||||
|
||||
if (audioRouteChooserDialog?.isVisible == true) {
|
||||
|
Reference in New Issue
Block a user