Loading quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas if (!context.isGestureNav) { if (windowLayoutParams.paramsForRotation != null) { for (layoutParams in windowLayoutParams.paramsForRotation) { layoutParams.providedInsets = windowLayoutParams.providedInsets layoutParams.providedInsets = getProvidedInsets(insetsRoundedCornerFlag) } } } Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarInsetsController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ class TaskbarInsetsController(val context: TaskbarActivityContext) : LoggableTas if (!context.isGestureNav) { if (windowLayoutParams.paramsForRotation != null) { for (layoutParams in windowLayoutParams.paramsForRotation) { layoutParams.providedInsets = windowLayoutParams.providedInsets layoutParams.providedInsets = getProvidedInsets(insetsRoundedCornerFlag) } } } Loading