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

Commit b194e7c3 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Add missing event log for setRequestedOrientationWithTransition" into main

parents b00927d3 1b94ca76
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -901,6 +901,8 @@ class ActivityClientController extends IActivityClientController.Stub {
                if (r == null) {
                    return;
                }
                EventLogTags.writeWmSetRequestedOrientation(requestedOrientation,
                        r.shortComponentName);
                // A new Transition need to be started in case the orientation update
                // won't make the Display to rotate.
                Transition transition = null;