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
1 changed file:
Changes:
... | ... | @@ -70,7 +70,7 @@ class BrowserToolbarCFRPresenter( |
70 | 70 | */
|
71 | 71 | @Suppress("MagicNumber")
|
72 | 72 | fun start() {
|
73 | - if (shouldShowCFR()) {
|
|
73 | + if (false) { //shouldShowCFR()
|
|
74 | 74 | tcpCfrScope = browserStore.flowScoped { flow ->
|
75 | 75 | flow
|
76 | 76 | .mapNotNull { it.findCustomTabOrSelectedTab(sessionId)?.content?.progress }
|