commit | b8e99b560b129088bdaa1bea8459947244e01cef | [log] [tgz] |
---|---|---|
author | Sreyas <sreyasr@google.com> | Tue Jun 02 13:52:17 2020 -0700 |
committer | Sreyas <sreyasr@google.com> | Tue Jun 02 13:52:17 2020 -0700 |
tree | 257b8ed47af2019d63a68ae2a93847800269f6e6 | |
parent | 2911c56a80180dd164226ef80b65355680e1cab6 [diff] |
Hide OverviewActions when no tasks showing after launcher reset. Bug: 157709549 Change-Id: I1fe00a588a6cc5e840d38a08844017383c94fe68
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java index a506b7e..b931653 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/RecentsView.java
@@ -492,6 +492,7 @@ public void init(OverviewActionsView actionsView) { mActionsView = actionsView; + mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); } @Override