commit | 88986b357dc6e4f19306e24b2da72928f5167701 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Mon May 13 17:53:30 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 13 17:53:30 2019 +0000 |
tree | fc13400e025aa5d7ce08566d9601e6a61d3b6136 | |
parent | 952fdb3e7045aa6d3d29ddfb1753911a0c7c1e04 [diff] | |
parent | 7cf4b40a9777d710a064564dd6e47dee19c278fc [diff] |
Merge "Use strings "home" and "overview" rather than GEL" into ub-launcher3-qt-dev
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java index 48a163d..6dad9af 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java
@@ -67,8 +67,8 @@ // TODO (b/129421797): Update the client constants public enum Client { - HOME("GEL"), - OVERVIEW("OVERVIEW_GEL"); + HOME("home"), + OVERVIEW("overview"); public final String id;