Skip to content

Commit

Permalink
Merge pull request #32 from DashTheDev/main
Browse files Browse the repository at this point in the history
Fix iOS & MacCatalyst Carousel artifact on back navigation
  • Loading branch information
AndreiMisiukevich authored Aug 6, 2024
2 parents cb49f16 + be0d908 commit cfe4005
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PanCardView/Common/CarouselView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ public CarouselView() : this(new CarouselProcessor())

public CarouselView(IProcessor processor) : base(processor)
{
// NOTE: For some reason setting this to True
// Makes the view invisible on Android
// Probably it's a MAUI bug
//IsClippedToBounds = true;
IsClippedToBounds = true;
}

protected override double DefaultMoveSizePercentage => .3;
Expand Down

0 comments on commit cfe4005

Please sign in to comment.