mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Always provide mandatory bottom gesture insets
Bug: 265614886 Bug: 277185135 Test: atest WindowInsetsPolicyTest Change-Id: I964e0b759170c127cb05615ce5bf6fa827621187
This commit is contained in:
@@ -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())
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user