Skip to content

Commit

Permalink
chore: add relevant fix info for workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Nov 4, 2024
1 parent dd1e3d2 commit 991aee8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>

<!-- Uno workaround: On Android, the ContentPresenters inside this are not calculating correctly -->
<!-- Uno workaround: On Android, the Height of ContentPresenters inside this Grid is not bing calculated correctly -->
<!-- It can be removed once this PR is merged: https://github.com/unoplatform/uno/pull/18261 -->
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
Expand Down

0 comments on commit 991aee8

Please sign in to comment.