You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Listview: Move sparing refresh() decision to backcompat
The decision is delegated to extension points (one for the list item and one
the anchor(s) it may contain) which are predicates that always return true if
the backcompat extension is absent, indicating for every item that it is to be
processed.
When the backcompat extension is present, the extension points contain the
class-examining regex-based decision of previous versions.
0 commit comments