Fixed
Status Update
Comments
cl...@google.com <cl...@google.com> #2
Thank you for your patience, we have rolled back a change in the Google 3D Tiles API service. Could you check on your end if this fixes your issue?
to...@marginalen.se <to...@marginalen.se> #3
Thank you for your prompt response and for rolling back the recent change
in the *Google 3D Tiles API service*. I have tested it on my end, and I can
confirm that the issue is now resolved.
I truly appreciate your quick action in addressing this matter. Your
support is invaluable, and I'm grateful for the efficiency and dedication
of your team.
Thanks again for your help!
*Best regards,Mohammad*
On Fri, Feb 14, 2025 at 7:17 AM <buganizer-system@google.com> wrote:
in the *Google 3D Tiles API service*. I have tested it on my end, and I can
confirm that the issue is now resolved.
I truly appreciate your quick action in addressing this matter. Your
support is invaluable, and I'm grateful for the efficiency and dedication
of your team.
Thanks again for your help!
*Best regards,Mohammad*
On Fri, Feb 14, 2025 at 7:17 AM <buganizer-system@google.com> wrote:
cl...@google.com <cl...@google.com> #4
Thank you for the confirmation.
Note however that we plan to restart the rollout soon. IIUC the version 2.7.13 of Blosm was released with a fix: could you confirm with the developer that this version of the plugin would continue working if we were to restart the rollout now?
Description
Component used: androidx.paging:paging-compose
Version used: 3.2.1
Devices/Android versions reproduced on: Pixel 6 Pro API 32 emulator
That last line shouldn't pass. Both cachedPageEvent that's in the
empty
the API call andfrom(emptyList())
should be marked as not loading. Ian mentioned the difference was in thefrom
method, but not theempty
one.For what it's worth, I would consider this a breaking API change. In places where people were relying on
empty
to be an initial loading state to show a progress indicator, it won't if this bug is fixed.As an alternative, maybe expose a
PagingData.loading()
which does whatempty
does now.