blob: d47a7c8e48057bbe411fa7672c1ed05ff14fc725 [file] [log] [blame] [view]
Members injection should always be called as early as possible to avoid
uninitialized @Inject members. This is also crucial to protect against bugs
during configuration changes and reattached Fragments to make sure that each
framework type is injected in the appropriate order.