From 03d29305cab48206873b36f2b48e9e08967e85c7 Mon Sep 17 00:00:00 2001 From: randypfohl Date: Tue, 19 Sep 2023 09:17:25 -0700 Subject: [PATCH] Setting recentsView orientation to match recents activity orientation Test: can no longer repro incorrect orientation when launching apps from all apps added logs to verify recents activity -> view were the same while rotating turned off auto rotate and verified state matched Bug: 288984663 Bug: 301024104 Change-Id: I7fc3b47bff0a99756aaf877bf634e2d162838d6f --- .../src/com/android/quickstep/views/LauncherRecentsView.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/LauncherRecentsView.java b/quickstep/src/com/android/quickstep/views/LauncherRecentsView.java index eb7598db0e..ebe4c663e3 100644 --- a/quickstep/src/com/android/quickstep/views/LauncherRecentsView.java +++ b/quickstep/src/com/android/quickstep/views/LauncherRecentsView.java @@ -32,7 +32,6 @@ import android.os.Build; import android.util.AttributeSet; import android.util.Log; import android.view.MotionEvent; -import android.view.Surface; import androidx.annotation.Nullable; @@ -130,7 +129,9 @@ public class LauncherRecentsView extends RecentsView