Fixed
Status Update
Comments
no...@gmail.com <no...@gmail.com> #2
Client WireGuard and OpenVPN have the same behavior.
du...@google.com <du...@google.com> #3
Same issue with surfshark. Have tried all protocols says connected but out going data.
b9...@gmail.com <b9...@gmail.com> #4
I am using Norton 360 VPN, I was also suffering from this issue (the Key icon indicates I am connected to VPN but I cannot connect to websites etc.). My solution was to disable "Block connections without VPN" and it started working again. Unfortunately re-enabling it will cause the issue to come back.
du...@google.com <du...@google.com> #5
same issue with ExpressVPN and v2rayNG
du...@google.com <du...@google.com> #6
We were able to reproduce the issue on the public Android Developer Preview build. However, the issue is not reproducible on our internal development build (which is ahead of the public release). Please test it on the next public release and let us know if you are still having issues.
b9...@gmail.com <b9...@gmail.com> #7
Same issue on FortiClient VPN on my Pixel 3 XL with build SPB4.210715.011, waiting for the public fix.
du...@google.com <du...@google.com> #8
Same issue on Clash for Android on Pixel 4 XL SPB4.210715.011
b9...@gmail.com <b9...@gmail.com> #9
same issue with Outline.
du...@google.com <du...@google.com> #10
same issue on Pixel 5
yb...@google.com <yb...@google.com>
ap...@google.com <ap...@google.com> #11
I'm using napsternetv facing this issue too
ap...@google.com <ap...@google.com> #12
相同问题也发生在我的pixel3xl上
Description
Version used: Paging-3.0.0-alpha03, ViewPager2-1.0.0, Material-1.2.0-rc01
Devices/Android versions reproduced on: Samsung M40(SM-M405F) running Android 10
I am using PagingDataAdapter for my recyclerview in the fragment inside a viewpager. I am following Page from network and database as instructed in
Whenever I load my fragment, load() function with loadtype REFRESH triggers but in the middle of it, the suspend function gets cancelled. I am unable to find out which function is calling cancel(). Even though loadtype REFRESH get cancelled, subsequent PREPEND and APPEND loads are not cancelled. And its causing me a issue that remote keys are not stored in the database when in REFRESH.
And this issue is reproducing only in alpha03 not in alpha02.
I attached the sample project with this issue, Actually its an update over the PagingWithNetwork Sample with a new activity for ViewPager. Checkout the implementation in PagerActivity.
PagerActivity calls ViewPagerFragment onCreate() which contains TabLayout and ViewPager2. And I added two fragments with different subredditName for demo purpose, first is with subreddit "androiddev" and later is "Kotlin". I added delay and yield for only "androiddev" in RemoteMediator to demonstrate cancelling of suspend function.