Fixed
Status Update
Comments
yb...@google.com <yb...@google.com> #2
Information redacted by Android Beta Feedback.
da...@google.com <da...@google.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ap...@google.com <ap...@google.com> #4
The issue has been fixed and it will become available in a future Android release. Please keep an eye on the release notes(
da...@google.com <da...@google.com> #5
How long till this hit stable?
The issue is really annoying. Pixel 8 Pro + Pixel Buds A-Series + Pixel Watch. This should work without any issue and instead we have to manually disable Bluetooth on the watch whenever we use the buds. Don't you have quality controls on your products interactions?
al...@gmail.com <al...@gmail.com> #6
Have the same issue. Pixel buds disconnect constantly. Works without issue on Pixel 6 with Pixel Watch.
-Pixel 8, Pixel Buds A, Pixel Watch-
-Pixel 8, Pixel Buds A, Pixel Watch-
al...@gmail.com <al...@gmail.com> #7
I have the same issue. Pixel Buds A, Pixel Watch, and Pixel 8 Pro. If I turn off my Pixel Watch my buds no longer disconnect.
Description
@Query("DELETE FROM book WHERE salesCnt = 0")
fun deleteUnsoldBooksSingle(): Single<Int>
will throw a main thread DB access exception if its called from the main thread since the sql compile / acquire invocation is done immediately while the actually execution of the query and data parsing is deferred.