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:
Vinit Nayak
2021-07-12 14:33:54 -07:00
parent b971baefe1
commit 2f4b18bada
3 changed files with 22 additions and 12 deletions

View File

@@ -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();