Skip to content

Commit

Permalink
Reverted consuming insets of reader detail footer
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Feb 27, 2025
1 parent 45e7bdb commit a014055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class ReaderPostDetailFragment : ViewPagerFragment(),
val addedMargin = resources.getDimensionPixelSize(R.dimen.margin_small)
(footerContainer.layoutParams as ViewGroup.MarginLayoutParams).bottomMargin =
addedMargin + navigationBarInsets.bottom
WindowInsetsCompat.CONSUMED
insets
}
}
}
Expand Down

0 comments on commit a014055

Please sign in to comment.