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

Commit 5d1a027d authored by Evan Laird's avatar Evan Laird
Browse files

Add a flag for status bar user switcher

Test: build
Bug: 217250837
Change-Id: Ic9394f8a6f7726a6f5c1b52f1876ff51d3312a64
parent 2bbbc9a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -112,6 +112,9 @@ public class Flags {
    public static final BooleanFlag COMBINED_STATUS_BAR_SIGNAL_ICONS =
            new BooleanFlag(601, false);

    public static final BooleanFlag STATUS_BAR_USER_SWITCHER =
            new BooleanFlag(602, false);

    /***************************************/
    // 700 - dialer/calls
    public static final BooleanFlag ONGOING_CALL_STATUS_BAR_CHIP =