Skip to content

Commit

Permalink
Regression: do not replace stream search button text in episode views.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 17, 2023
1 parent 179fc35 commit 6aabcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ class EpisodeDetailsFragment : Fragment(), EpisodeActionsContract {
if (watchInfo != null && b != null) {
StreamingSearch.configureButton(
b.includeButtons.buttonEpisodeStreamingSearch,
watchInfo,
true
watchInfo
)
}
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ class OverviewFragment() : Fragment(), EpisodeActionsContract {
this.binding?.let {
StreamingSearch.configureButton(
it.includeButtons.buttonEpisodeStreamingSearch,
watchInfo,
true
watchInfo
)
}
}
Expand Down

0 comments on commit 6aabcf6

Please sign in to comment.