Dan Ballard pushed to branch firefox-android-115.2.1-13.0-1 at The Tor Project / Applications / firefox-android
Commits: b62cfff5 by clairehurst at 2023-10-02T10:51:52-06:00 fixup! Modify UI/UX
- - - - -
1 changed file:
- fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt
Changes:
===================================== fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt ===================================== @@ -70,7 +70,7 @@ class BrowserToolbarCFRPresenter( */ @Suppress("MagicNumber") fun start() { - if (shouldShowCFR()) { + if (false) { //shouldShowCFR() tcpCfrScope = browserStore.flowScoped { flow -> flow .mapNotNull { it.findCustomTabOrSelectedTab(sessionId)?.content?.progress }
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/b62c...
tbb-commits@lists.torproject.org