Skip to content

Commit

Permalink
Fix daily challenge background clipping when settings/notifications i…
Browse files Browse the repository at this point in the history
…s opened
  • Loading branch information
Joehuu committed Jul 26, 2024
1 parent 5651072 commit d55e861
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 d55e861

Please sign in to comment.