commit | a9bab98d7014aefc81adf3fcb689242b651d46f1 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Thu Apr 21 11:04:41 2016 -0700 |
committer | Adam Powell <adamp@google.com> | Thu Apr 21 11:04:41 2016 -0700 |
tree | 04e6eb076e6e0b750d25e26784e1666ec4d14658 | |
parent | 54a6394cf96423936e6f3548ed8d78ff82e6b247 [diff] |
Move child FragmentManager shutdown for retained fragments Some apps out there do some creative things in terms of calling their own onDetach methods from elsewhere. Perform the child FragmentManager shutdown for retained fragments in a package-level perform method instead of in onDetach itself. Also mark all existing fragment methods with @CallSuper. Bug 28293847 Change-Id: I343b610f8d427fe5cabd523a78fbf0e6f3b34c57