Skip to content
  • MarcLeclair's avatar
    For #11660: added prefetch for topsites and update in onCreateView() (#11668) · b52091ed
    MarcLeclair authored
    * For #11660:added prefetch for topsites
    
    TopSites will be prefetched with observerOnce (wrapper around observerForever).
    Also, the SessionControlView.update() is called right away instead of waiting from consumeFrom
    in the HomeFragment.onCreateView() which will allow the UI to render all at once on its first
    perform traversal
    
    * Removed the submitList(null) since it retriggered a drawing on lower end device
    b52091ed