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

Commit 5149ff0b authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Skip updating nav bar if it was destroyed" into tm-dev am: 72d2d550

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16946073

Change-Id: I51a2952f51136a2f4f0e05ea4ca0f682228b44ba
parents d6cfd06e 72d2d550
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -440,9 +440,11 @@ public class NavigationBar implements View.OnAttachStateChangeListener,
                        mHomeButtonLongPressDurationMs = Optional.of(
                            properties.getLong(HOME_BUTTON_LONG_PRESS_DURATION_MS, 0)
                        ).filter(duration -> duration != 0);
                        if (mNavigationBarView != null) {
                            reconfigureHomeLongClick();
                        }
                    }
                }
            };

    private final DeviceProvisionedController.DeviceProvisionedListener mUserSetupListener =