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

Commit 75b7712f 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

am: cc73c3a9

Change-Id: I393beecb8e8011d20e631545f0593d5aed984a06
parents 4a6e7bf5 cc73c3a9
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) {