Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Oct 8, 2023
1 parent 2283e42 commit 72fed25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import dev.sasikanth.rss.reader.models.local.PostWithMetadata
import dev.sasikanth.rss.reader.ui.AppTheme
import dev.sasikanth.rss.reader.utils.Constants.EPSILON
import dev.sasikanth.rss.reader.utils.LocalWindowSizeClass
import dev.sasikanth.rss.reader.utils.canBlurImage
import kotlin.math.absoluteValue
import kotlinx.collections.immutable.ImmutableList
import kotlinx.coroutines.flow.collectLatest
Expand Down Expand Up @@ -183,7 +182,7 @@ private fun FeaturedSectionBlurredBackground(
pagerState: PagerState
) {
BoxWithConstraints(modifier = modifier) {
if (canBlurImage) {
if (false) {
featuredPosts.fastForEachReversed { post ->
val actualIndex = featuredPosts.indexOf(post)

Expand Down

0 comments on commit 72fed25

Please sign in to comment.