Merge pull request #606 from Aga-C/fix-confirmation-dialog-string

Fixed remove all call history confirmation dialog string (#604)
This commit is contained in:
Tibor Kaputa
2023-05-13 12:06:37 +02:00
committed by GitHub

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 {