mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-04-03 04:51:15 +02:00
Merge pull request #687 from fatihergin/fix/ISSUE-568-cannot-delete-individual-call-log-entry
refresh recent call history on individual call history item deletion too
This commit is contained in:
commit
9855efcf66
@ -245,8 +245,8 @@ class RecentCallsAdapter(
|
|||||||
RecentsHelper(activity).removeRecentCalls(idsToRemove) {
|
RecentsHelper(activity).removeRecentCalls(idsToRemove) {
|
||||||
recentCalls.removeAll(callsToRemove)
|
recentCalls.removeAll(callsToRemove)
|
||||||
activity.runOnUiThread {
|
activity.runOnUiThread {
|
||||||
|
refreshItemsListener?.refreshItems()
|
||||||
if (recentCalls.isEmpty()) {
|
if (recentCalls.isEmpty()) {
|
||||||
refreshItemsListener?.refreshItems()
|
|
||||||
finishActMode()
|
finishActMode()
|
||||||
} else {
|
} else {
|
||||||
removeSelectedItems(positions)
|
removeSelectedItems(positions)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user