Avoid duplicate save of call history
This commit is contained in:
@ -364,7 +364,6 @@ class CallsActivity : ComponentActivity() {
|
||||
neutralButtonText.value = getString(R.string.delete)
|
||||
neutralAction.value = {
|
||||
removeFromHistory(callRow)
|
||||
CallHistoryNew.save()
|
||||
}
|
||||
}
|
||||
showDialog.value = true
|
||||
|
||||
Reference in New Issue
Block a user