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

Commit 6791bc1a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make ScreenPinningRequest#getWindowLayoutParams protected"

parents 37ff6536 841a8380
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@ public class ScreenPinningRequest implements View.OnClickListener,
        }
        }
    }
    }


    private WindowManager.LayoutParams getWindowLayoutParams() {
    protected WindowManager.LayoutParams getWindowLayoutParams() {
        final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
        final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
                ViewGroup.LayoutParams.MATCH_PARENT,
                ViewGroup.LayoutParams.MATCH_PARENT,
                ViewGroup.LayoutParams.MATCH_PARENT,
                ViewGroup.LayoutParams.MATCH_PARENT,