Skip to content

Commit

Permalink
remove broken in-memory cache
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Nov 6, 2024
1 parent 6fdc8f7 commit 7be7ba2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ object ImageLoaderModule {
return ImageLoader
.Builder(context)
.components { add(bookCoverFetcherFactory) }
.memoryCache { MemoryCache.Builder(context).build() }
.build()
}
}

0 comments on commit 7be7ba2

Please sign in to comment.