Loading packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading