Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #3
Does this happen if you temporarily remove/disable the pull-refresh part?
na...@google.com <na...@google.com> #4
pr...@google.com <pr...@google.com> #5
Here is screen recording with pull refresh removed from grid content modifier. AppBar color animation on scroll no longer blocked, but when I call gridState.scrollToItem(0) by clicking scroll to top button, it's color not changed unless I pull content down manually.
Description
Jetpack Compose version: BoM 2023.06.01, Material3 1.2.0-alpha03
Jetpack Compose component used: Material3
Steps to Reproduce or Code Sample to Reproduce:
where
startDate
(Long
) andendDate
(Long
) are a part of state and can change when date picker is open.startDate
andendDate
change their values in the background (in my case it's ViewModel that reloads the data and the new state is emitted) so that the new instance ofdateValidator
is created.This also happens for compose-material3 1.2.0-alpha03 and
SelectableDates
interface: