Verified
Status Update
Comments
cc...@google.com <cc...@google.com> #3
This bug has been verified as fixed. The 'Microphone' setting are saved. Emulator version : 33.1.17-10594030
cc...@google.com <cc...@google.com> #4
I see that your png is making reference to API-34 emulator. Does this means that your team will not fix the problem on API-31. Do not think this is an acceptable solution if so. You must extend the fix to all API's emulators.
Please note that "Pixel 6 Pro API 33" emulator the mic is not working even with mic being enabled.
Description
Version used: 1.0.0-alpha5
Devices/Android versions reproduced on: n/a
A PagedList has access to the DataSource that we supply to page against. Admittedly, in the current PagedList implementation, that is buried under some wrapper layers.
Some DataSource implementations may require us to clean them up when we are done with them (e.g., to avoid garbage collection issues). When we are done with a PagedList, in many cases we are done with the DataSource backing that PagedList. It stands to reason that we should be able to retrieve our DataSource from the PagedList in order to be able to clean it up (e.g., call some close() method).
Thanks for considering this!