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

Commit 7cf4b40a authored by George Hodulik's avatar George Hodulik
Browse files

Use strings "home" and "overview" rather than GEL

Bug:129421797
Test: Flashed to QP1A.190508.001, installed launcher with change.
      Observed both home and overview predictions were as expected.

Change-Id: I127d489eae382f4cee75afdd6d615d6d7a8227ee
parent 9aaa9267
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;