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

Commit e69eba99 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Initialize quickswitch rotation state" into rvc-dev am: 195bec68 am: 5f68e98d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11948948

Change-Id: I3079c3992f975f694c37af0c3803ead6d5afeba4
parents cbbc274e 5f68e98d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ public class NavigationBarFragment extends LifecycleFragment implements Callback
     */
    private VerticalNavigationHandle mOrientationHandle;
    private WindowManager.LayoutParams mOrientationParams;
    private int mStartingQuickSwitchRotation;
    private int mStartingQuickSwitchRotation = -1;
    private int mCurrentRotation;
    private ViewTreeObserver.OnGlobalLayoutListener mOrientationHandleGlobalLayoutListener;
    private UiEventLogger mUiEventLogger;