mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Remove long press on home button for kids mode.
Fix: 229961238 Test: manual Change-Id: Idb50d4e142b1d1b0539a71b7a727d00dc76c6a68
This commit is contained in:
@@ -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..
|
||||
|
||||
Reference in New Issue
Block a user