Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Issues in using map on PagingData for IOS #28

Open
jeevsurendran opened this issue Apr 14, 2022 · 0 comments
Open

Issues in using map on PagingData for IOS #28

jeevsurendran opened this issue Apr 14, 2022 · 0 comments

Comments

@jeevsurendran
Copy link

jeevsurendran commented Apr 14, 2022

the present implementation for using map in IOS first casts PagingData into a List and then performs the map operation. later it casts the list back to paging data. the second cast fails throwing an error saying cannot cast ArrayList to Paging data. I am sure map fails but the other PagingData operations also does a double cast meaning they might fail too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant