Skip to content

Commit

Permalink
Fix build on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 14, 2024
1 parent 0477d43 commit 5d1812e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,6 @@ void OverlayWidget::refreshSponsoredButtonGeometry() {
const auto controllerBottom = (_groupThumbs && !_fullScreenVideo)
? _groupThumbsTop
: height();
const auto skip = st::mediaviewCaptionPadding.bottom();
const auto captionRect = captionGeometry();
_sponsoredButton->resize(
captionRect.width(),
Expand Down

0 comments on commit 5d1812e

Please sign in to comment.