Simplify ViewResolver type
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
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.
Push commits to the source branch or add previously merged commits to review them.