Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26cae5f4 authored by Vali Calinescu's avatar Vali Calinescu Committed by Automerger Merge Worker
Browse files

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

parents 95881937 4f522087
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */,