This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
Awesomebar autocomplete may fail to show history suggestions #12711
Closed
Mugurell opened this issue
Aug 29, 2022
· 1 comment
· Fixed by #12712 or nathanmkaya/android-components#362
Closed
Awesomebar autocomplete may fail to show history suggestions #12711
Mugurell opened this issue
Aug 29, 2022
· 1 comment
· Fixed by #12712 or nathanmkaya/android-components#362
Labels
<awesomebar>
Components: compose-awesomebar, feature-awesomebar, concept-awesomebar
Milestone
Comments
Mugurell
added
the
<awesomebar>
Components: compose-awesomebar, feature-awesomebar, concept-awesomebar
label
Aug 29, 2022
Mugurell
added a commit
to Mugurell/android-components
that referenced
this issue
Aug 29, 2022
…gestions Decouple this functionality from search suggestions allowing for individual control over the readers used.
4 tasks
mergify bot
pushed a commit
that referenced
this issue
Aug 30, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used.
mergify bot
pushed a commit
that referenced
this issue
Sep 1, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts: # docs/changelog.md
Mugurell
added a commit
that referenced
this issue
Sep 1, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts resolved: # docs/changelog.md
For 105, this will be in the Fenix 105.0b4 build. |
mergify bot
pushed a commit
that referenced
this issue
Sep 1, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts resolved: # docs/changelog.md
mergify bot
pushed a commit
that referenced
this issue
Sep 5, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts: # docs/changelog.md
Mugurell
added a commit
that referenced
this issue
Sep 5, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts resolved: # docs/changelog.md
mergify bot
pushed a commit
that referenced
this issue
Sep 5, 2022
Decouple this functionality from search suggestions allowing for individual control over the readers used. (cherry picked from commit 2026625) # Conflicts resolved: # docs/changelog.md
JohanLorenzo
pushed a commit
to mozilla-mobile/firefox-android
that referenced
this issue
Sep 7, 2022
…rate reader for autocomplete suggestions Decouple this functionality from search suggestions allowing for individual control over the readers used.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue seen in mozilla-mobile/fenix#26687 and reported as intermittent.
Debugging I indeed saw cases in which the getAutocompleteSuggestion from
ToolbarAutocompleteFeature
will return null and so the app will show results from the shipped in domain providers.My working theory is that the interrupted reads for history suggestions
android-components/components/feature/awesomebar/src/main/java/mozilla/components/feature/awesomebar/provider/HistoryStorageSuggestionProvider.kt
Line 57 in 52e2fc7
reader
.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: