mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-17 19:47:27 +02:00
Changed string to choose_contact
This commit is contained in:
parent
20e93c6065
commit
c8539a114a
@ -49,7 +49,7 @@ class SelectContactDialog(val activity: SimpleActivity, val contacts: List<Conta
|
|||||||
true
|
true
|
||||||
}
|
}
|
||||||
.apply {
|
.apply {
|
||||||
activity.setupDialogStuff(view, this, R.string.select_contact) { alertDialog ->
|
activity.setupDialogStuff(view, this, R.string.choose_contact) { alertDialog ->
|
||||||
dialog = alertDialog
|
dialog = alertDialog
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user