Closed jsuarezruiz closed 2 hours ago
Fix RadioButton using ContentPresenter not rendering on Android. Found the cause of the problem. The binding from ContentPresenter changed here https://github.com/dotnet/maui/commit/4c3a09c249f0b6a0980c99e160a9985749c761bb#diff-f01d408e1d2b3cd4a4c1bcf731586c215c9d57d4585d6815d5c89118a1ef3f44R20 (changes to allow trimming).
This PR apply changes to implement IContentView.Content in the RadioButton class.
IContentView.Content
Fixes #25887 The changes here, will also fix https://github.com/dotnet/maui/issues/24949
/backport to release/9.0.1xx
Started backporting to release/9.0.1xx: https://github.com/dotnet/maui/actions/runs/11958376858
Description of Change
Fix RadioButton using ContentPresenter not rendering on Android. Found the cause of the problem. The binding from ContentPresenter changed here https://github.com/dotnet/maui/commit/4c3a09c249f0b6a0980c99e160a9985749c761bb#diff-f01d408e1d2b3cd4a4c1bcf731586c215c9d57d4585d6815d5c89118a1ef3f44R20 (changes to allow trimming).
This PR apply changes to implement
IContentView.Content
in the RadioButton class.Issues Fixed
Fixes #25887 The changes here, will also fix https://github.com/dotnet/maui/issues/24949