Commit b62cfff5 authored by clairehurst's avatar clairehurst 🌱
Browse files

fixup! Modify UI/UX

parent ed46ed61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 }