Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
il...@google.com <il...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
Description
Version used: 1.1.0-alpha02
In most cases, you know exactly if a Fragment has a View and the @Nullable View getView() means you have to use view!! or .let {} to get a @NonNull View.
Like requireActivity(), provide a requireView() method on Fragment.