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

Commit e1664fcf authored by Alex Mang's avatar Alex Mang Committed by Hyunyoung Song
Browse files

[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
parent f538393e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ public abstract class BaseFlags {
                }
            }
        }
        APP_SEARCH_IMPROVEMENTS.initialize(context);
    }

    static List<TogglableFlag> getTogglableFlags() {