Bug: MediaPickerView needs to refresh when user adds more photos

Options
Jorge Costa
Jorge Costa Posts: 13 🔥

When using the MediaPickerView, if the user doesn't give full read permissions on iOS, the user needs to select the photos he wants to use. However, even when the provider knows that there are no more assets to fetch using hasMoreAssetsToFetch == false from LensMediaPickerProvider, the provider does nothing.

In this case, the solution for the user is to scroll from right to left and wait for the provider to "try again".

This case doesn't have a solution if the user on first time selects photos without faces, the label "No Media Found" is not refreshed. Blocking the user from using the Lens.

Comments