Fixed remove all call history confirmation dialog string (#604)

This commit is contained in:
Agnieszka C 2023-05-10 13:28:33 +02:00
parent 74b228d147
commit 105bc33a53

View File

@ -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 {