maui
maui copied to clipboard
[iOS] FlyoutHeader size change fix
Description of Change
Before | After |
---|---|
Issues Fixed
Fixes https://github.com/dotnet/maui/issues/20696
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
I pulled this down and looks good to me, I just noticed that the number stopped incrementing after 2 in the test case (although it doesn't in your video demonstration)
https://github.com/dotnet/maui/assets/89540402/0120e898-002c-447b-8418-5441efdb6347
I pulled this down and looks good to me, I just noticed that the number stopped incrementing after 2 in the test case (although it doesn't in your video demonstration)
Simulator.Screen.Recording.-.iPhone.15.-.2024-04-23.at.15.40.30.mp4
Ah right. It is because I've hardcoded the text of the button to be the 'Test button 2' because I'm adding only one button in the UITest :)