[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:
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() {
|
||||
|
||||
Reference in New Issue
Block a user