mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-14 02:10:10 +01: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() {
|
||||
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) {
|
||||
RecentsHelper(this).removeAllRecentCalls(this) {
|
||||
runOnUiThread {
|
||||
|
Loading…
x
Reference in New Issue
Block a user