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

Commit 1c55797d authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Fix build

remove a line that shouldn't have been merged into this branch.

The build will still be broken for this branch, but this will fix it for
many branches downstream.

Change-Id: I2f556636640eb823dc2834afae7b536e79b79607
parent bd5a3e65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -184,7 +184,6 @@ public class RenderSessionImpl extends RenderAction<SessionParams> {
        SessionParams params = getParams();
        BridgeContext context = getContext();

        context.getIWindowManager().setHasNavBar(params.getHardwareConfig().hasSoftwareButtons());

        RenderResources resources = getParams().getResources();
        DisplayMetrics metrics = getContext().getMetrics();