Skip to content

Commit

Permalink
[BottomSheetBehavior] Remove paddingTopSystemWindowInsets from flags …
Browse files Browse the repository at this point in the history
…checked to apply windowInsetListener

PiperOrigin-RevId: 413474393
  • Loading branch information
josefigueroa168 authored and dsn5ft committed Dec 2, 2021
1 parent 79b2c3d commit 2e73d1a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -1469,7 +1469,6 @@ private void setWindowInsetsListener(@NonNull View child) {
if (!paddingBottomSystemWindowInsets
&& !paddingLeftSystemWindowInsets
&& !paddingRightSystemWindowInsets
&& !paddingTopSystemWindowInsets
&& !marginLeftSystemWindowInsets
&& !marginRightSystemWindowInsets
&& !marginTopSystemWindowInsets
Expand Down

0 comments on commit 2e73d1a

Please sign in to comment.