Thanks for the video; it works. However, the video covers the top and bottom of the screen, making it impossible to click elements like the privacy policy accept button. How can we leave some space at the top and bottom? It would be even better if a feature like a notification could be added when exiting the app using the back button.
I followed your tutorial. First one to work and I tried a bunch of other ones. Thank you!!!!!!!
Glad it helped!
Thanks for the video; it works. However, the video covers the top and bottom of the screen, making it impossible to click elements like the privacy policy accept button. How can we leave some space at the top and bottom? It would be even better if a feature like a notification could be added when exiting the app using the back button.
You can use this for exemple
Box(
modifier = Modifier
.fillMaxSize()
.systemBarsPadding() // Applies padding for status and navigation bars