More call history cleanup

This commit is contained in:
Juha Heinanen
2025-04-26 09:31:50 +03:00
parent b60ba2263a
commit 5a2f72ff3a
3 changed files with 1 additions and 8 deletions

View File

@ -2726,11 +2726,6 @@ class MainActivity : ComponentActivity() {
Utils.deleteFile(it)
}
CallHistoryNew.restore()
for (h in BaresipService.callHistory)
h.recording = arrayOf("", "")
CallHistoryNew.save()
dialogTitle.value = getString(R.string.info)
dialogMessage.value = getString(R.string.restored)
positiveText.value = getString(R.string.restart)