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

Commit c1dce885 authored by Tracy Zhou's avatar Tracy Zhou Committed by android-build-merger
Browse files

Merge "Inset floating rotation button." into qt-dev am: 802e56c4 am: 8a4a95e2

am: 0e5febb1

Change-Id: I81a6073793df272a21d798572b83b38cfb0e1b98
parents f6f161af 0e5febb1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -73,8 +73,7 @@ public class FloatingRotationButton implements RotationButton {
            return false;
        }
        mIsShowing = true;
        int flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
                | WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;
        int flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
        final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(mDiameter, mDiameter,
                mMargin, mMargin, WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL, flags,
                PixelFormat.TRANSLUCENT);