Remove long press on home button for kids mode.

Fix: 229961238
Test: manual
Change-Id: Idb50d4e142b1d1b0539a71b7a727d00dc76c6a68
This commit is contained in:
Pat Manning
2022-05-09 16:57:33 +01:00
parent 6183c4dd74
commit 52bb52aeb4

View File

@@ -297,6 +297,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..