So I've built an music player app using pur Jetpack Compose. Now when I reopen my app after sending it to the background either throw the notification (via an Intent) or by clicking on the icon, it takes about 5-12 seconds for the app to update the UI, for all these seconds the screen is either black or it show a frozen UI.
Does anybody have an idea how to deal with it or what the problem could be? Thx in advance!