commit | 308851d866c7f4f769d6e3819666b5a46a0493e3 | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Thu Sep 09 21:18:25 2021 -0700 |
committer | Tracy Zhou <tracyzhou@google.com> | Thu Sep 16 00:06:47 2021 -0700 |
tree | 60c95bd5212a766ce2b5338ae9d1167c67f9d1e1 | |
parent | d8bbdce598beed72c87cc18bca0c319fa9250776 [diff] [blame] |
Stash the bar after settling in Overview Test: https://recall.googleplex.com/projects/81822932-8526-4ee7-b5f7-4ef6d6603f1d/sessions/f0f7a3db-76b6-4f60-87e8-8918bd6cf180 Bug: 193938970 Change-Id: Ic08d3156f5c78a34f353783b760d5cf098e442e8
diff --git a/src/com/android/launcher3/LauncherState.java b/src/com/android/launcher3/LauncherState.java index 7985ab5..15378e0 100644 --- a/src/com/android/launcher3/LauncherState.java +++ b/src/com/android/launcher3/LauncherState.java
@@ -197,6 +197,10 @@ return (getVisibleElements(launcher) & elements) == elements; } + public boolean isTaskbarStashed() { + return false; + } + /** * Fraction shift in the vertical translation UI and related properties *