I have a working application, but sometimes, for reasons unknown to me, the application crashes with this message:
java.lang.IllegalStateException: pending composition has not been applied
I can't find information anywhere about the occurrence of this exception, and I also don't understand how it can be avoided.
Edit #1: After some research and testing, I found out that this exception is thrown when I quickly switch between tabs in BottomNavigation (tabs contain LazyColumn)