Fixed
Status Update
Comments
fl...@gmail.com <fl...@gmail.com> #2
Android 5.0, 5.1: it shows context menu at top of screen, not as popup. See screenshots.
Android framework doesn't support floating toolbar before 23. So this is intended behavior.
The crash information suggests that this is an error from Snapshot. chuckj@ can you please take a look? I don't know what exactly caused the readError
in Snapshot, any suggestions? Thanks a lot!
ct...@gmail.com <ct...@gmail.com> #3
This looks like another instance of 193006595 which I am looking at now.
sa...@google.com <sa...@google.com>
ps...@google.com <ps...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
commit beeb84e7be604088ad40e080a8d0adb1bacbf695
Author: Chuck Jazdzewski <chuckj@google.com>
Date: Thu Jul 08 10:04:28 2021
Remove updating the transparent snapshot
A transparent snapshot is create for the block exeucted by
`Snapshot.observe()` which registers read and write observers
but without creating a snapshot. The code to advance the
global snapshot, however, created a new transparent snapshot in
an attempt to update it to the new global snapshot it just
created. This is not necessary, however, as the transparent
snapshot will retrieve the current global snapshot from
`currentGlobalSnapshot` instead of `previousSnapshot` if
`previousSnapshot` is `null`. With the previous code, if the
global snapshot is advanced by applying a new snapshot the
"updated" transparent snapshot will be left referring to an
older snapshot instead of the most recent global snapshot.
Any snapshot object created in the newly applied snapshot
will throw an exception when it is accessed, as reported in
the bugs. The solution is to remove the apparent vetiagal code.
Test: ./gradlew :compose:r:r:tDUT
Fixes: b/193006595 , b/192570897
Change-Id: I2c0d0b8f57bf70e5a98ea36ed141d97142a5e53e
M compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/Snapshot.kt
M compose/runtime/runtime/src/test/kotlin/androidx/compose/runtime/snapshots/SnapshotTests.kt
https://android-review.googlesource.com/1760301
Branch: androidx-main
commit beeb84e7be604088ad40e080a8d0adb1bacbf695
Author: Chuck Jazdzewski <chuckj@google.com>
Date: Thu Jul 08 10:04:28 2021
Remove updating the transparent snapshot
A transparent snapshot is create for the block exeucted by
`Snapshot.observe()` which registers read and write observers
but without creating a snapshot. The code to advance the
global snapshot, however, created a new transparent snapshot in
an attempt to update it to the new global snapshot it just
created. This is not necessary, however, as the transparent
snapshot will retrieve the current global snapshot from
`currentGlobalSnapshot` instead of `previousSnapshot` if
`previousSnapshot` is `null`. With the previous code, if the
global snapshot is advanced by applying a new snapshot the
"updated" transparent snapshot will be left referring to an
older snapshot instead of the most recent global snapshot.
Any snapshot object created in the newly applied snapshot
will throw an exception when it is accessed, as reported in
the bugs. The solution is to remove the apparent vetiagal code.
Test: ./gradlew :compose:r:r:tDUT
Fixes:
Change-Id: I2c0d0b8f57bf70e5a98ea36ed141d97142a5e53e
M compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/Snapshot.kt
M compose/runtime/runtime/src/test/kotlin/androidx/compose/runtime/snapshots/SnapshotTests.kt
cj...@googlemail.com <cj...@googlemail.com> #5
This issue also appears when the language is set to English (United Kingdom)
Setting the language to English (United States) and turning on hey Google works but some functionality is not working
Setting the language to English (United States) and turning on hey Google works but some functionality is not working
si...@gmail.com <si...@gmail.com> #6
Experiencing this with English UK too, setting to English US allows Assistant to work again - setting back to English UK gives the "Your Assistant needs additional
downloads" prompt again
downloads" prompt again
an...@gmail.com <an...@gmail.com> #7
I have the same issue with English UK.
ba...@gmail.com <ba...@gmail.com> #8
Same with UK language. No issue with US language setting.
go...@gmail.com <go...@gmail.com> #9
Same with English Ireland
f6...@gmail.com <f6...@gmail.com> #10
Same issue with English Australia
ia...@gmail.com <ia...@gmail.com> #11
same issue, English Canada
tw...@gmail.com <tw...@gmail.com> #12
Same here with English Canada
gr...@gmail.com <gr...@gmail.com> #13
English Canada.... Still broken. 5 months and counting.....
ti...@gmail.com <ti...@gmail.com> #14
English (UK) still broken as well on phone, fine on home devices, watch.
Tim Wochomurka
+1.401.584.0588
tim.wochomurka@gmail.com
On Sun, 14 Aug 2022, 18:31 , <buganizer-system@google.com> wrote:
Tim Wochomurka
+1.401.584.0588
tim.wochomurka@gmail.com
On Sun, 14 Aug 2022, 18:31 , <buganizer-system@google.com> wrote:
an...@gmail.com <an...@gmail.com> #15
This needs to be higher than P2! Whatever has happened has "broke" my phone Google assistant on my Pixel 6 is now unusable when set to English (UK). I have to set it to English (USA) to make it work, but that then sets all my devices (Google Home, mini) to use the US accent. It was working fine until recently - the only change that has happened recently is that I now have Pixel Buds A. I'm wondering if there is a connection?
ps...@google.com <ps...@google.com> #16
Issue has been fixed will be available in future build.
aj...@bearmountainmarketing.com <aj...@bearmountainmarketing.com> #17
This is again an issue with English Canada on my Pixel 7 Pro
st...@gmail.com <st...@gmail.com> #18
Same here on pixel 7 Pro, when set to UK English. American works.
fl...@gmail.com <fl...@gmail.com> #19
This is still an issue, I've just given up and permanently switched to American.
na...@gmail.com <na...@gmail.com> #20
Just started getting this same issue English (Canada)
ja...@gmail.com <ja...@gmail.com> #21
Same issue English (australian)
th...@gmail.com <th...@gmail.com> #22
Same issue with United Kingdom on a Pixel 7 Pro
be...@gmail.com <be...@gmail.com> #23
This is still an issue with English (Canada)
Description
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
What type of Android issue is this? Google Assistant / Search
When did this happen?
May 1, 2022 12:37 a.m. GMT-04:00
What steps would let us observe this issue?
1. Have google assistant language set to English (Canada)
2. Attempt to use google assistant
3. Get prompted that "Your Assistant needs additional
downloads"
4. Attempt to download
What did you expect to happen?
The required data will be downloaded, and google assistant will be usable.
What actually happened?
All download attempts irrespective of internet, data, or retries return "An error has occurred. Make sure you're online and try again.", Making the assistant unusable.
How often has this happened?
Every time
What was the effect of this issue on your device usage, such as lost time or work?
Moderate
Additional comments
A lot of features that used to be easy (see: device controls) now rely on assistant, so it's a bit of an issue when it flat out does not work. Setting the language to English (United States) works fine, but I'm not in the US and should not have to do that.
Debugging information
Google Play services
com.google.android.gms
Version 221215044 (22.12.15 (190400-439420056))
System App (Updated)
Android System WebView
com.google.android.webview
Version 495150733 (101.0.4951.7)
System App (Updated)
Network operator: Fido
SIM operator: Fido
Filed by Android Beta Feedback. Version (Updated): 2.25-betterbug.external_20220328_RC02
To learn more about our feedback process, please visit