refresh items after moving
This commit is contained in:
parent
724a08a904
commit
402c187f03
1 changed files with 4 additions and 1 deletions
|
@ -397,6 +397,9 @@ class ItemsAdapter(activity: SimpleActivity, var listItems: MutableList<ListItem
|
|||
finishActMode()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
listener?.refreshItems()
|
||||
finishActMode()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue