Merge "[automerger skipped] Merge "Parcel: recycle recycles" into sc-v2-dev am: c4ca84a2b3 am: b6ac4a054b -s ours am: 80c65156ce -s ours" into tm-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
312124a297
@@ -143,7 +143,6 @@ public class NavigationBarView extends FrameLayout {
|
||||
private boolean mDeadZoneConsuming = false;
|
||||
private final NavigationBarTransitions mBarTransitions;
|
||||
private final OverviewProxyService mOverviewProxyService;
|
||||
@Nullable
|
||||
private AutoHideController mAutoHideController;
|
||||
|
||||
// performs manual animation in sync with layout transitions
|
||||
@@ -317,7 +316,7 @@ public class NavigationBarView extends FrameLayout {
|
||||
};
|
||||
|
||||
private final Consumer<Boolean> mNavbarOverlayVisibilityChangeCallback = (visible) -> {
|
||||
if (visible && mAutoHideController != null) {
|
||||
if (visible) {
|
||||
mAutoHideController.touchAutoHide();
|
||||
}
|
||||
notifyActiveTouchRegions();
|
||||
|
||||
Reference in New Issue
Block a user