forked from dotnet/maui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NullReferenceException in PaintExtensions.IsSolid on Android (dot…
…net#28116) * Fix NullReferenceException in PaintExtensions.IsSolid on Android Added null check to prevent crash when SolidPaint is null, addressing issue seen in Border rendering on Android. * - simplify * Updated IsSolid methods using linear and radial gradients * A few new tests * Changes based on feedback. Use the IsNullOrEmpty method * More changes * Fix test * More changes --------- Co-authored-by: Shane Neuville <[email protected]> Co-authored-by: Javier Suárez <[email protected]>
- Loading branch information
1 parent
2c74335
commit a730258
Showing
2 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters