Move back to end of screen on keyguard

* Animate it back into position after user unlocks
* Re-create taskbar on layout direction change so
PropertyHolders are recreated to take into account
new values

Fixes: 199852418
Test: Tested w/ password + pin for gesture + 3 button
Change-Id: Ie7f16f737a8fc12328c05d7628d0e3ae09fc08ca
This commit is contained in:
Vinit Nayak
2021-10-05 17:44:06 -07:00
parent fd326d1a53
commit a08e806e25
3 changed files with 19 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public class TaskbarControllers {
* Cleans up all controllers.
*/
public void onDestroy() {
navbarButtonsViewController.onDestroy();
uiController.onDestroy();
rotationButtonController.onDestroy();
taskbarDragLayerController.onDestroy();