FinTecSystems / xs2a-android

[Client] Native Android SDK for Tink Germany XS2A API.
https://tink.com/de/fts
Other
6 stars 4 forks source link

Fix/illegal state exception vertically scrollable issue #18

Closed hossamCheck24 closed 11 months ago

hossamCheck24 commented 11 months ago

check this i try to make it enableScroll true for me and work fine without any problem

By combining Modifier.fillMaxWidth() and setting a specific height using height(IntrinsicSize.Min), you should be able to avoid the crash related to the "infinity maximum height constraints" error.

sonatype-lift[bot] commented 11 months ago

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

maik-mursall commented 11 months ago

Hi @hossamCheck24, thank you again for the PR :)

You're right, I can confirm your fix as well :)

I will clean up your implementation and then merge it, thanks!