Skip to content

Commit

Permalink
Merge pull request #29127 from Joehuu/add-negative-horizontal-padding…
Browse files Browse the repository at this point in the history
…-daily

Fix daily challenge background clipping when settings/notifications is opened
  • Loading branch information
bdach authored Jul 29, 2024
2 parents efd1919 + d55e861 commit aa7f6f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public DailyChallenge(Room room)
this.room = room;
playlistItem = room.Playlist.Single();
roomManager = new RoomManager();
Padding = new MarginPadding { Horizontal = -HORIZONTAL_OVERFLOW_PADDING };
}

protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
Expand Down

0 comments on commit aa7f6f8

Please sign in to comment.