Skip to content

Commit

Permalink
Merge pull request #30 from TheAppgineer/28-tracks-provided-by-search…
Browse files Browse the repository at this point in the history
…-lack-the-action-list

Tracks provided by Search lack the action list
  • Loading branch information
JanKoudijs authored Sep 13, 2024
2 parents 7e14782 + 5a554ba commit d7a803c
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 172 deletions.
2 changes: 1 addition & 1 deletion lib/src/frontend/browse.dart
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class BrowseLevelState extends State<BrowseLevel> with WidgetsBindingObserver {
},
),
),
onPopInvoked: (didPop) {
onPopInvokedWithResult: (didPop, _) {
if (didPop && !_viewChanged) {
_navigator.routes.removeLast();
browseBack();
Expand Down
2 changes: 1 addition & 1 deletion lib/src/frontend/grouping.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _GroupingState extends State<Grouping> {
width: 600,
child: listView,
),
onPopInvoked: (didPop) {
onPopInvokedWithResult: (didPop, _) {
if (didPop) {
setGrouping();
}
Expand Down
Loading

0 comments on commit d7a803c

Please sign in to comment.