[DO NOT MERGE] Initiailize APP_SEARCH_IMRPOVEMENT flag outside DEBUG builds.

This is addressing a bug where flags are only changed on debug build
devices or initially when changes. When nexuslauncher restarts the flag
is no longer retrieved.

Change-Id: Ieb6f460a271c918ee4e493b34692244f39cb3740
(cherry picked from commit e1664fcf14)
This commit is contained in:
Alex Mang
2020-03-09 12:57:11 -07:00
committed by Jayaprakash Sundararaj
parent 97ce9ee93f
commit 1ff2be0dce
@@ -132,6 +132,7 @@ public abstract class BaseFlags {
}
}
}
APP_SEARCH_IMPROVEMENTS.initialize(context);
}
static List<TogglableFlag> getTogglableFlags() {