No issue: Do not create a new instance of TabsTrayStore

We only need one. :)
upstream-sync
Jonathan Almeida 3 years ago committed by Jonathan Almeida
parent b6f9bbf560
commit ad483903ed

@ -352,7 +352,7 @@ class TabsTrayFragment : AppCompatDialogFragment(), TabsTrayInteractor {
val menu = MenuIntegration(
context = requireContext(),
browserStore = requireComponents.core.store,
tabsTrayStore = TabsTrayStore(),
tabsTrayStore = tabsTrayStore,
tabLayout = tab_layout,
navigationInteractor = navigationInteractor
).build()

Loading…
Cancel
Save