Skip to content

Commit

Permalink
For mozilla-mobile#13321 - Do not hide toolbar when opening multiple …
Browse files Browse the repository at this point in the history
…bookmarks (mozilla-mobile#17038)
  • Loading branch information
ekager committed Dec 16, 2020
1 parent bd16c42 commit 30df43d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import org.mozilla.fenix.HomeActivity
import org.mozilla.fenix.R
import org.mozilla.fenix.browser.browsingmode.BrowsingMode
import org.mozilla.fenix.ext.components
import org.mozilla.fenix.ext.hideToolbar
import org.mozilla.fenix.ext.setToolbarColors

abstract class LibraryPageFragment<T> : Fragment() {
Expand All @@ -36,7 +35,6 @@ abstract class LibraryPageFragment<T> : Fragment() {
}

(activity as HomeActivity).browsingModeManager.mode = BrowsingMode.fromBoolean(private)
hideToolbar()
}

override fun onDetach() {
Expand Down

0 comments on commit 30df43d

Please sign in to comment.