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:

- 
mobile/android/android-components/components/feature/awesomebar/src/main/java/mozilla/components/feature/awesomebar/provider/SessionSuggestionProvider.kt


Changes:

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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4906767bab3767629b4f4d981b2d82c7dabd5da5

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4906767bab3767629b4f4d981b2d82c7dabd5da5
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to