teogor / ceres

🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

Enable Color Theme Picker Based on Dynamic Theming Support #185

Closed teogor closed 8 months ago

teogor commented 8 months ago

This pull request introduces an improvement to the logic that determines when to display the color theme picker. Previously, the picker only showed when disableDynamicTheming was true.

Changes: