Assigned
Status Update
Comments
pe...@google.com <pe...@google.com> #2
having the same issue
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Room version > 2.7.0-alpha08
agp = "8.2.2"
kotlin = "2.0.20"
ksp-plugin = "2.0.20-1.0.24"
also Reverting to Room version 2.7.0-alpha07 solves the issue.
Description
Version used: 1.4.0
Devices/Android versions reproduced on: All (Samsung Galaxy S21)
With the code below(from documentation) it is not possible to switch toolbar colors according to device theme "on the fly":
val customTabIntent = CustomTabsIntent.Builder().apply {
setShowTitle(true)
setColorScheme(COLOR_SCHEME_SYSTEM)
setColorSchemeParams(COLOR_SCHEME_DARK, defaultColors)
}.build()