diff --git a/Socialmetrica.package/TweetsCollection.class/instance/gtTweetsFor..st b/Socialmetrica.package/TweetsCollection.class/instance/gtTweetsFor..st index 31f3051..7226c12 100644 --- a/Socialmetrica.package/TweetsCollection.class/instance/gtTweetsFor..st +++ b/Socialmetrica.package/TweetsCollection.class/instance/gtTweetsFor..st @@ -12,14 +12,5 @@ gtTweetsFor: aView c horizontal matchParent ]; padding: (BlInsets all: 10). self tweets do: [ :each | - imageContainer := BlLazyElement new - withGlamorousPreview; - aptitude: BrShadowAptitude new; - background: Color white; - margin: (BlInsets all: 10); - constraintsDo: [ :c | - c vertical exact: 145. - c horizontal matchParent ]; - elementBuilder: [ each asCardElement margin: (BlInsets all: 20) ]. - container addChild: imageContainer]. + container addChild: each asCardElement ]. container asScrollableElement ] \ No newline at end of file