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

Commit cc73c3a9 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Remove extraneous log message" into oc-dr1-dev

am: 7c726fb4

Change-Id: Iddd2fa8db9363cf2ad502d1435ca1b7ea5ebc368
parents 190f4323 7c726fb4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -613,7 +613,6 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
        if (!updateCurrentView()) {
            return;
        }
        Log.d(TAG, "reorient", new Throwable());

        mDeadZone = (DeadZone) mCurrentView.findViewById(R.id.deadzone);
        if (getRootView() instanceof NavigationBarFrame) {