Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88986b35 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 952fdb3e 7cf4b40a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;