mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Revert "Always report mandatory insets for button nav"" into 24D1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8ec05c628b
@@ -223,7 +223,7 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas
|
||||
provider.insetsSize = getInsetsForGravityWithCutout(contentHeight, gravity, endRotation)
|
||||
} else if (provider.type == mandatorySystemGestures()) {
|
||||
if (context.isThreeButtonNav) {
|
||||
// Leave null to inset by the window frame
|
||||
provider.insetsSize = Insets.of(0, 0, 0, 0)
|
||||
} else {
|
||||
val gestureHeight =
|
||||
ResourceUtils.getNavbarSize(
|
||||
|
||||
Reference in New Issue
Block a user