kiwicom / orbit-compose

Android Jetpack Compose components of open-source Orbit design system by Kiwi.com.
https://orbit.kiwi
MIT License
149 stars 21 forks source link

Toast is persisted through configuration changes #592

Closed gerak-cz closed 9 months ago

gerak-cz commented 10 months ago

The currently displayed toast and any queued toasts are persisted through configuration changes.

To achieve this, the ToastHostState has to rely on a callback rather than suspending function. This is a breaking change in the API.

refs #576

gerak-cz commented 9 months ago

Closing this PR. Surpassed by #596 where we can continue our discussion.