File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -172,12 +172,12 @@ smallUserThumbnailImageFormat.maximumCount = 250;
172172smallUserThumbnailImageFormat.devices = FICImageFormatDevicePhone;
173173
174174FICImageFormat *mediumUserThumbnailImageFormat = [[[FICImageFormat alloc ] init ] autorelease ];
175- smallUserThumbnailImageFormat .name = XXImageFormatNameUserThumbnailMedium;
176- smallUserThumbnailImageFormat .family = XXImageFormatFamilyUserThumbnails;
177- smallUserThumbnailImageFormat .imageSize = CGSizeMake(100 , 100 );
178- smallUserThumbnailImageFormat .opaque = YES ;
179- smallUserThumbnailImageFormat .maximumCount = 250 ;
180- smallUserThumbnailImageFormat .devices = FICImageFormatDevicePhone;
175+ mediumUserThumbnailImageFormat .name = XXImageFormatNameUserThumbnailMedium;
176+ mediumUserThumbnailImageFormat .family = XXImageFormatFamilyUserThumbnails;
177+ mediumUserThumbnailImageFormat .imageSize = CGSizeMake(100 , 100 );
178+ mediumUserThumbnailImageFormat .opaque = YES ;
179+ mediumUserThumbnailImageFormat .maximumCount = 250 ;
180+ mediumUserThumbnailImageFormat .devices = FICImageFormatDevicePhone;
181181
182182NSArray *imageFormats = @[smallUserThumbnailImageFormat, mediumUserThumbnailImageFormat];
183183```
You can’t perform that action at this time.
0 commit comments