In Compose 1.6.10 Dynamic Colors seems to be not w...
# compose
v
In Compose 1.6.10 Dynamic Colors seems to be not working Its using a different blue color when my device theme is Orange No matter what color I change my device to Dynamic Color is always the same
t
Is it a Samsung by any chance? 👀
v
Yes
Works fine on emulator
t
Samsung has some broken implementation, for some reason the system doesn’t tell compose what’s the theme. I had to use this on my samsung to make it work: https://github.com/Mahmud0808/ColorBlendr
v
Thanks, i will check this So, nothing can be done until Samsung's One UI fixes it
t
It used to work, until some OneUI update broke it, to be honest I’m impressed it didn’t fail google’s QA, hopefully some update fixes it in the future
c
I’m impressed it didn’t fail google’s QA
Google is not involed at that stage any more. AOSP is open source and you can do whatever you want with it.
t
That’s true, but as far as I know any company that want to run Google Services need to pass a bunch of tests by Google, but I’m not sure this kind of stuff is evaluated
c
No, those are security checks but nothing API releated.