Added sorting to the widget (#624)

This commit is contained in:
Agnieszka C
2023-05-14 10:12:51 +02:00
parent b1bc7f5511
commit 7376a4d8d7
2 changed files with 9 additions and 0 deletions

View File

@ -1487,6 +1487,7 @@ class MainActivity : SimpleActivity() {
private fun displaySortChecklistDialog() {
SortChecklistDialog(this) {
getPagerAdapter().refreshChecklist(view_pager.currentItem)
updateWidgets()
}
}
}