Skip to content

Commit

Permalink
Merge pull request #292 from georgejecook/fix/list-on-exit-with-rende…
Browse files Browse the repository at this point in the history
…rAll

fix(list): fixes issue where exiting a row that has strategy renderAl…
  • Loading branch information
georgejecook authored Jan 18, 2023
2 parents ff32ba0 + f212c1f commit 7b904db
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 7b904db

Please sign in to comment.