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