You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: