refresh recent call history on individual call history deletion too

This commit is contained in:
fatih ergin 2023-09-07 21:33:51 +03:00
parent 5fbf7c2b62
commit 20a34761dd

View File

@ -245,8 +245,8 @@ class RecentCallsAdapter(
RecentsHelper(activity).removeRecentCalls(idsToRemove) {
recentCalls.removeAll(callsToRemove)
activity.runOnUiThread {
refreshItemsListener?.refreshItems()
if (recentCalls.isEmpty()) {
refreshItemsListener?.refreshItems()
finishActMode()
} else {
removeSelectedItems(positions)