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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] fixup! [android] Modify UI/UX



Title: GitLab

brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 4906767b
    by Beatriz Rizental at 2025-09-15T09:50:33+02:00
    fixup! [android] Modify UI/UX
    

1 changed file:

Changes:

  • mobile/android/android-components/components/feature/awesomebar/src/main/java/mozilla/components/feature/awesomebar/provider/SessionSuggestionProvider.kt
    ... ... @@ -54,7 +54,7 @@ class SessionSuggestionProvider(
    54 54
             val searchWords = searchText.split(" ")
    
    55 55
     
    
    56 56
             distinctTabs.filter { item ->
    
    57
    -            !item.content.private &&
    
    57
    +                // tor-browser#43788: Show "Switch to tab" suggestions also on private tabs.
    
    58 58
                     searchWords.all { item.contains(it) } &&
    
    59 59
                     resultsUriFilter?.invoke(item.content.url.toUri()) != false &&
    
    60 60
                     shouldIncludeSelectedTab(state, item)
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx