Remove extraneous log message
Test: make Bug: 62620242 Change-Id: I5861f074e1db89cab44d6c86a32d2340b283f588
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user