mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Toggle taskbar button nav assistant availability
* New signals coming in from Sysui reflect the toggle in Settings for long pressing on home button to invoke assistant. Fixes: 255909545 Test: Manual + added unit test for TaskbarNavButtonController Change-Id: Ic65a80b0b9697990931b7e89756773fb086cc3bd
This commit is contained in:
@@ -320,6 +320,12 @@ public class TaskbarManager {
|
||||
}
|
||||
}
|
||||
|
||||
public void onLongPressHomeEnabled(boolean assistantLongPressEnabled) {
|
||||
if (mNavButtonController != null) {
|
||||
mNavButtonController.setAssistantLongPressEnabled(assistantLongPressEnabled);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the flag indicating setup UI is visible
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user