Skip to content

Simplify ViewResolver type

Warren Gifford requested to merge simplify-view-resolver into github-snippet-resolution

Created by: lguychard

A ViewResolver is now simply a function that takes a container as input and returns Iterable<View>, instead of being defined with a selector and a resolveView() function.

Merge request reports

Loading