mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Merge pull request #629 from Aga-C/add-widget-sorting
Added sorting to the widget (#624)
This commit is contained in:
@ -1275,6 +1275,7 @@ class MainActivity : SimpleActivity() {
|
||||
private fun displaySortChecklistDialog() {
|
||||
SortChecklistDialog(this) {
|
||||
getPagerAdapter().refreshChecklist(view_pager.currentItem)
|
||||
updateWidgets()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user