Is there any way to display a "Toast" when my toIn...
# compose
s
Is there any way to display a "Toast" when my toIntOrNull() goes to a null?
👌 1
Ok how??
@Chrimaeon
c
You should ask better question if you would like a different answer 😉 Use a side effect to detect changes in the value. https://developer.android.com/develop/ui/compose/side-effects
s
thanks!