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

Commit 84d2230f authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Clean up log which made it accidentially into the build.

Change-Id: I404b3b3e2020c466cbdbacd8335895cd9693281a
parent 99368f94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -498,7 +498,6 @@ public class NavigationBarView extends LinearLayout {
    }

    public void setSlippery(boolean newSlippery) {
        Log.i(TAG, "setSlippery: " + newSlippery);
        WindowManager.LayoutParams lp = (WindowManager.LayoutParams) getLayoutParams();
        if (lp != null) {
            boolean oldSlippery = (lp.flags & WindowManager.LayoutParams.FLAG_SLIPPERY) != 0;