mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-02 20:41:16 +02:00
Fixed remove all call history confirmation dialog string (#604)
This commit is contained in:
parent
74b228d147
commit
105bc33a53
@ -214,7 +214,7 @@ class MainActivity : SimpleActivity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun clearCallHistory() {
|
private fun clearCallHistory() {
|
||||||
val confirmationText = "${getString(R.string.remove_confirmation)}\n\n${getString(R.string.cannot_be_undone)}"
|
val confirmationText = "${getString(R.string.clear_history_confirmation)}\n\n${getString(R.string.cannot_be_undone)}"
|
||||||
ConfirmationDialog(this, confirmationText) {
|
ConfirmationDialog(this, confirmationText) {
|
||||||
RecentsHelper(this).removeAllRecentCalls(this) {
|
RecentsHelper(this).removeAllRecentCalls(this) {
|
||||||
runOnUiThread {
|
runOnUiThread {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user