mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user