[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17871 - use viewLifecycleOwner for TopSitesFeature owner on HomeFragment (https://github.com/mozilla-mobile/fenix/pull/17873)

pull/600/head
ekager 4 years ago committed by GitHub
parent 21b0b9c2b0
commit a0ed1a4a1d

@ -234,7 +234,7 @@ class HomeFragment : Fragment() {
storage = components.core.topSitesStorage,
config = ::getTopSitesConfig
),
owner = this,
owner = viewLifecycleOwner,
view = view
)

Loading…
Cancel
Save