mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
Hide taskbar on lockscreen
Add new animated float to disable taskbar background value when keyguard is visible. Fixes: 191857724 Test: Tested w/ and w/o bouncer for gesture + 3 button Tested w/ IME pw on lock screen. Change-Id: I2e1696fd25f4c170bfb2bc0694ccd644e453b1fe
This commit is contained in:
@@ -57,10 +57,6 @@ public class TaskbarKeyguardController {
|
||||
mKeyguardSysuiFlags = interestingKeyguardFlags;
|
||||
|
||||
mBouncerShowing = bouncerShowing;
|
||||
if (!mContext.isThreeButtonNav()) {
|
||||
// For gesture nav we don't need to deal with bouncer or showing taskbar when locked
|
||||
return;
|
||||
}
|
||||
|
||||
mNavbarButtonsViewController.setKeyguardVisible(keyguardShowing || dozing);
|
||||
updateIconsForBouncer();
|
||||
|
||||
Reference in New Issue
Block a user