Skip to content

Commit

Permalink
Fixed setting up the sort menu
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Dec 20, 2023
1 parent acf56bc commit f7d4390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
new FormListSortingBottomSheetDialog(
requireContext(),
sortingOptions,
selectedSortingOrder,
getSelectedSortingOrder(),
selectedOption -> {
saveSelectedSortingOrder(selectedOption);
updateAdapter();
Expand Down

0 comments on commit f7d4390

Please sign in to comment.