Loading quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,10 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas setProviderInsets(provider, layoutParams.gravity, rotation) } } // Also set the parent providers (i.e. not in paramsForRotation). for (provider in windowLayoutParams.providedInsets) { setProviderInsets(provider, windowLayoutParams.gravity, context.display.rotation) } context.notifyUpdateLayoutParams() } Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,10 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas setProviderInsets(provider, layoutParams.gravity, rotation) } } // Also set the parent providers (i.e. not in paramsForRotation). for (provider in windowLayoutParams.providedInsets) { setProviderInsets(provider, windowLayoutParams.gravity, context.display.rotation) } context.notifyUpdateLayoutParams() } Loading