Loading services/core/java/com/android/server/wm/ActivityClientController.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/wm/ActivityClientController.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading