Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-0.17.z' into release-0…
Browse files Browse the repository at this point in the history
….17.z
  • Loading branch information
brewkunz committed Oct 17, 2024
2 parents f850a71 + fe7f0c6 commit ea88a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ public void onStop() {
Timber.d("this fragment belongs to the current session, ending it");
playbackControllerContainer.getValue().getPlaybackController().endPlayback();
}

closePlayer();
}

public void show() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ public void setItem(BaseRowItem m, ImageType imageType, int lHeight, int pHeight
case VIDEO:
mDefaultCardImage = ContextCompat.getDrawable(mCardView.getContext(), R.drawable.tile_port_video);
showProgress = true;
if (imageType.equals(ImageType.POSTER))
aspect = ImageHelper.ASPECT_RATIO_2_3;
break;
default:
mDefaultCardImage = ContextCompat.getDrawable(mCardView.getContext(), R.drawable.tile_port_video);
Expand Down

0 comments on commit ea88a49

Please sign in to comment.