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

Issues in using map on PagingData for IOS #28

Description

@jeevsurendran

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions