Add handling for toggling keyboard stashing from the keyboard
Flag: ENABLE_KEYBOARD_TASKBAR_TOGGLE Bug: 281726846 Fixes: 246660615 Test: toggled the transient taskbar with the meta+t input Change-Id: I315f83850b11d24d8b55061d7111300effb43936
This commit is contained in:
@@ -474,8 +474,7 @@ public class TaskbarLauncherStateController {
|
||||
public void onAnimationEnd(Animator animation) {
|
||||
TaskbarStashController stashController =
|
||||
mControllers.taskbarStashController;
|
||||
stashController.updateAndAnimateTransientTaskbar(
|
||||
/* stash */ true, /* duration */ 0);
|
||||
stashController.updateAndAnimateTransientTaskbar(/* stash */ true);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user