Merge "Remove long press on home button for kids mode." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-05-09 19:22:11 +00:00
committed by Android (Google) Code Review

View File

@@ -300,6 +300,8 @@ public class NavbarButtonsViewController implements TaskbarControllers.LoggableT
navButtonsLayoutParams.setMarginEnd(navButtonsLayoutParams.getMarginStart());
navButtonsLayoutParams.gravity = Gravity.CENTER;
mNavButtonContainer.requestLayout();
mHomeButton.setOnLongClickListener(null);
}
// Animate taskbar background when either..