Merge "Remove accidental log statement from ActivityRecord" into tm-qpr-dev am: 4f52208703

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21929279

Change-Id: I35d561dead9b63df30c55b8cb7c99ee59165d05d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Vali Calinescu
2023-03-10 09:37:06 +00:00
committed by Automerger Merge Worker

View File

@@ -7766,7 +7766,6 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
if (task != null && requestedOrientation == SCREEN_ORIENTATION_BEHIND) { if (task != null && requestedOrientation == SCREEN_ORIENTATION_BEHIND) {
// We use Task here because we want to be consistent with what happens in // We use Task here because we want to be consistent with what happens in
// multi-window mode where other tasks orientations are ignored. // multi-window mode where other tasks orientations are ignored.
android.util.Log.d("orientation", "We are here");
final ActivityRecord belowCandidate = task.getActivity( final ActivityRecord belowCandidate = task.getActivity(
a -> a.canDefineOrientationForActivitiesAbove() /* callback */, a -> a.canDefineOrientationForActivitiesAbove() /* callback */,
this /* boundary */, false /* includeBoundary */, this /* boundary */, false /* includeBoundary */,