Skip to content

Commit

Permalink
fix ToPicsumPhotosGalleryImageHolder to send #terminateLoader in #unb…
Browse files Browse the repository at this point in the history
…indDataItem
  • Loading branch information
plantec committed Oct 30, 2024
1 parent 100d19d commit 7e2748e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Toplo-Examples/ToPicsumPhotosGalleryImageHolder.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ ToPicsumPhotosGalleryImageHolder >> terminateLoader [
loader := nil
]

{ #category : #accessing }
ToPicsumPhotosGalleryImageHolder >> unbindDataItem [

self terminateLoader.
super unbindDataItem

]

{ #category : #accessing }
ToPicsumPhotosGalleryImageHolder >> urlStringFromNodeSize [

Expand Down

0 comments on commit 7e2748e

Please sign in to comment.