#1493 (center story previews)

This commit is contained in:
David Sinclair 2021-05-27 18:57:51 -07:00
parent 316a742e44
commit 0511c17249

View file

@ -216,7 +216,7 @@ static UIFont *indicatorFont = nil;
imageWidth, imageHeight);
if (isLeft) {
imageFrame.origin.x = previewHorizMargin + 5;
imageFrame.origin.x = previewHorizMargin + 2;
}
UIImage *cachedImage = (UIImage *)[appDelegate.cachedStoryImages objectForKey:cell.storyImageUrl];