Can I somehow make a boolean thats watched and whe...
# compose
z
Can I somehow make a boolean thats watched and when its true it gets set to false after a few seconds, with the ability to reset the timer. I'm going for a thing that will autohide the UI after inactivity
c
Use a LaunchedEffect keyed to your boolean