Fixed
Status Update
Comments
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.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
re...@lunabee.com <re...@lunabee.com> #4
The javadoc has not been updated (L60)
* @param listener listener for result changes or `null` to remove any previously
* registered listener.
il...@google.com <il...@google.com> #5
Re #4 - please star the
Description
Currently the
setFragmentResult()
andsetFragmentResultListener()
APIs require you to pass in a null object for them to be cleared out.It would be more explicit if we added
clearFragmentResult/Listener()
APIs.