Merge "Use strings "home" and "overview" rather than GEL" into ub-launcher3-qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
88986b357d
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user