Skip to content

Commit

Permalink
Fix ItemLauncher retrieving base item via from media manager when lau…
Browse files Browse the repository at this point in the history
…nching a photo
  • Loading branch information
nielsvanvelzen committed Jun 3, 2023
1 parent d565617 commit 027d1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static void launch(final BaseRowItem rowItem, ItemRowAdapter adapter, int
KoinJavaComponent.<MediaManager>get(MediaManager.class).setCurrentMediaPosition(pos);

navigationRepository.navigate(Destinations.INSTANCE.pictureViewer(
mediaManager.getCurrentMediaItem().getBaseItem().getId(),
baseItem.getId(),
false,
mediaManager.getCurrentMediaAdapter().getSortBy(),
mediaManager.getCurrentMediaAdapter().getSortOrder()
Expand Down

0 comments on commit 027d1b1

Please sign in to comment.