mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Merge "Log toggle status for LPNH and LPH in Settings." into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c3cd3c092
@@ -36,6 +36,16 @@ public class AssistStateManager implements ResourceBasedOverride {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Return {@code true} if the Settings toggle is enabled. */
|
||||
public boolean isSettingsNavHandleEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Return {@code true} if the Settings toggle is enabled. */
|
||||
public boolean isSettingsHomeButtonEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/** Dump states. */
|
||||
public void dump(String prefix, PrintWriter writer) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user