Always provide mandatory bottom gesture insets am: 3d03a208ac
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22511941 Change-Id: Ib8a675990aae4a68a9332562e81073e9fe491b89 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -98,7 +98,8 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas
|
|||||||
windowLayoutParams.providedInsets =
|
windowLayoutParams.providedInsets =
|
||||||
arrayOf(
|
arrayOf(
|
||||||
InsetsFrameProvider(insetsOwner, 0, navigationBars()),
|
InsetsFrameProvider(insetsOwner, 0, navigationBars()),
|
||||||
InsetsFrameProvider(insetsOwner, 0, tappableElement())
|
InsetsFrameProvider(insetsOwner, 0, tappableElement()),
|
||||||
|
InsetsFrameProvider(insetsOwner, 0, mandatorySystemGestures())
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user