Fixed
Status Update
Comments
se...@google.com <se...@google.com>
br...@pappin.ca <br...@pappin.ca> #3
Thanks for the report!
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
Description
Observed Behaviour
The
PullToRefreshContainer
leaves an outline of the indeterminate indicator on the screen, even when the state is not refreshing.Expected Behaviour
The expected behaviour is that PullToRefreshContainer would hide all traces, including that outer box with a background colour, based on the PullToRefreshState state.
Steps to Reproduce
This is the outer Box in PullToRefreshContainer, which has the background colour set to
containerColor: Color = PullToRefreshDefaults.containerColor
, and does not get hidden when isRefreshing is false. See: PullToRefresh.kt:135To reproduce, and check this accuracy, simple set the containerColor on the PullToRefreshContainer, like this:
Other Notes
This is somewhat related to: https://issuetracker.google.com/issues/261760718