Merge pull request #629 from Aga-C/add-widget-sorting

Added sorting to the widget (#624)
This commit is contained in:
Tibor Kaputa
2023-07-17 20:23:44 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

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