Skip to content

Commit

Permalink
fix(list): fixes issue where exiting a row that has strategy renderAl…
Browse files Browse the repository at this point in the history
…l causes it to never ever show again
  • Loading branch information
georgejecook committed Jan 18, 2023
1 parent ff32ba0 commit f212c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/source/ml/GridRowItemViewManager.bs
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ namespace ml
end if
end for
end for

m.itemScroller.viewPortEventNotifier.isAllRendered = false
end function

override function notifyEnterEvent(notifyStart as integer, notifyEnd as integer, forceCellUpdate = false as boolean) as void
Expand Down
2 changes: 2 additions & 0 deletions src/source/ml/ItemViewManager.bs
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ namespace ml
end if
end if
end for

m.itemScroller.viewPortEventNotifier.isAllRendered = false
end function

function notifyEnterEvent(indexes as mc.types.array) as void
Expand Down

0 comments on commit f212c1f

Please sign in to comment.