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

Commit 1b94ca76 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Add missing event log for setRequestedOrientationWithTransition

Commit 95f71022 forgot it.

Bug: 375339716
Flag: EXEMPT log
Test: Check event log when app calls setRequestedOrientation
Change-Id: I17d9525b7ebb8ae83c82c0b0a377dadf13b6e4c1
parent 44da68ab
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;