[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.0-1] fixup! Modify UI/UX



Title: GitLab

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:

Changes:

  • fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt
    ... ... @@ -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 }
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits