Loading fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading