Prefetch feed refreshes to speed up 'load more posts'
This commit is contained in:
@@ -38,7 +38,6 @@ export function AutoSizedImage({
|
||||
Image.getSize(
|
||||
uri,
|
||||
(width: number, height: number) => {
|
||||
console.log('gotSize')
|
||||
if (!aborted) {
|
||||
setImgInfo({width, height})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user