Skip to content

Commit

Permalink
dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Dec 30, 2023
1 parent 3f39acc commit c204e6b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ class VerticalListLayoutLogic extends BaseLayoutLogic {
});
}

@override
void onClose() {
super.onClose();

imageRegionWidthRatioListener.dispose();
}

@override
void toLeft() {
toPrev();
Expand Down

0 comments on commit c204e6b

Please sign in to comment.