You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, the Compose dialog does not change it's height after recomposition. I believe this is related with a known issue: https://issuetracker.google.com/issues/221643630. This task is to investigate this issue, and potential workarounds until it is resolved upstream.
One possible work-around worth a quick exploration is to set usePlatformDefaultWidth to false in the DialogProperties. Though the issue is related with height, this seems to fix the stale height issue. But, this means we must also take on the responsibility of defining a width (instead of relying on the platform default).
The text was updated successfully, but these errors were encountered:
For some reason, the Compose dialog does not change it's height after recomposition. I believe this is related with a known issue: https://issuetracker.google.com/issues/221643630. This task is to investigate this issue, and potential workarounds until it is resolved upstream.
One possible work-around worth a quick exploration is to set
usePlatformDefaultWidth
to false in theDialogProperties
. Though the issue is related withheight
, this seems to fix the stale height issue. But, this means we must also take on the responsibility of defining awidth
(instead of relying on the platform default).The text was updated successfully, but these errors were encountered: