Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #3
After update to Fragments 1.2.0-alpha01, it seems the same exception still happens (Also tried update appcompat:1.1.0-rc01)
The latest example project was attached
The latest example project was attached
re...@lunabee.com <re...@lunabee.com> #4
Sorry, <ma...@cyberagent.co.jp> is also my mail.
il...@google.com <il...@google.com> #5
Thanks for confirming, I was able to reproduce your issue.
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.