Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd1db13d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set minimum size for media carousel view" into main

parents 1a0d638b f88552e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -888,6 +888,8 @@ constructor(
        heightInSceneContainerPx = height
        mediaCarouselScrollHandler.playerWidthPlusPadding =
            width + context.resources.getDimensionPixelSize(R.dimen.qs_media_padding)
        mediaContent.minimumWidth = widthInSceneContainerPx
        mediaContent.minimumHeight = heightInSceneContainerPx
        updatePlayers(recreateMedia = true)
    }