Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d03a208 authored by Winson Chung's avatar Winson Chung
Browse files

Always provide mandatory bottom gesture insets

Bug: 265614886
Bug: 277185135
Test: atest WindowInsetsPolicyTest
Change-Id: I964e0b759170c127cb05615ce5bf6fa827621187
parent 3c981697
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,7 +98,8 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas
            windowLayoutParams.providedInsets =
                    arrayOf(
                            InsetsFrameProvider(insetsOwner, 0, navigationBars()),
                            InsetsFrameProvider(insetsOwner, 0, tappableElement())
                            InsetsFrameProvider(insetsOwner, 0, tappableElement()),
                            InsetsFrameProvider(insetsOwner, 0, mandatorySystemGestures())
                    )
        }