Skip to content

fix(item): restore interceptPlayClick to suppress version dialog for movies#80

Merged
MakD merged 1 commit intoMakD:masterfrom
DarkseidAM:fix/version-picker-intercept
Mar 5, 2026
Merged

fix(item): restore interceptPlayClick to suppress version dialog for movies#80
MakD merged 1 commit intoMakD:masterfrom
DarkseidAM:fix/version-picker-intercept

Conversation

@DarkseidAM
Copy link
Contributor

Restores the interceptPlayClick call that was accidentally dropped during the merge conflict resolution of #75.

What this fixes:

  • onPlayClick at the ItemDetailScreen composable call site was reverted to the original onPlayClick(item, selection) during merge
  • This means the VersionPickerDialog was being shown for all items including movies, when it should be suppressed for movies (which already have version pills on the detail screen)

Change:

- onPlayClick = { item, selection -> onPlayClick(item, selection) },
+ onPlayClick = { item, selection -> interceptPlayClick(item, selection) },

Single line, no other changes.

@DarkseidAM DarkseidAM force-pushed the fix/version-picker-intercept branch from 8a92ffd to 9bb2b63 Compare March 5, 2026 04:16
@DarkseidAM DarkseidAM force-pushed the fix/version-picker-intercept branch from 9bb2b63 to 70bf46b Compare March 5, 2026 04:17
@MakD MakD merged commit d137c21 into MakD:master Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants