Merge "Use strings "home" and "overview" rather than GEL" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-13 17:53:30 +00:00
committed by Android (Google) Code Review
@@ -67,8 +67,8 @@ public class PredictionUiStateManager implements OnGlobalLayoutListener, ItemInf
// TODO (b/129421797): Update the client constants
public enum Client {
HOME("GEL"),
OVERVIEW("OVERVIEW_GEL");
HOME("home"),
OVERVIEW("overview");
public final String id;