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

Values replaced randomly in RemixerFragment #156

@sanchin

Description

@sanchin

I'm messing around with Remixer, trying out my own layouts (color picker etc) so I got to quite a few items on the list created by RemixerFragment. More than enough for scrolling.

It seems that, due to the remixerList being a RecyclerView, the cells are being reused improperly (viewholder binding bug?) which results in fields controlled by StringVariableMethod annotation being replaced and persisted by others. This probably also affects other types of variables and is not connected with my code - I just reproduced it in the example.

GIFV for reference
Modified TransactionListActivity GIST
Is just a stripped down Activity from the example with 14 empty StringVariableMethod annotated methods doing nothing. I've even tried adding a separate key for each, hoping that it might somehow affect the view binding apart from persistence but to no avail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions