I have a composable that displays information on the device. I need to play a sound clip automatically, AFTER the the composable has been composed and the information is rendered on the screen. Where do I put this function call?
Asked
Active
Viewed 8 times
0
-
check out [this answer](https://stackoverflow.com/a/68962907/3585796) – Phil Dukhov Mar 18 '22 at 13:43
-
@PhilipDukhov Thanks a lot! That perfectly addresses my issue :) – Loma Harshana Mar 18 '22 at 13:52