Merge "Remove accidental log statement from ActivityRecord" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f52208703
@@ -7764,7 +7764,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 */,
|
||||||
|
|||||||
Reference in New Issue
Block a user