Dinesh2510/Jetpack-Compose-UI-Components-Material-3

Don't work setContent{} when call reCreate() in android 13 (API 30)

Closed this issue · 2 comments

I try to change theme in my app
i call reCreate function and then i see white screen because don't call setContent{}
This problem was occurred only for android 13(API 30)

You mean to say you're attempting to change the theme with Jetpack compose?