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

Commit 3c7296e6 authored by Evan Rosky's avatar Evan Rosky
Browse files

Annotate shell_transit flag as Keep

Otherwise it gets optimized out.

Bug: 219067621
Test: use flag flipper and flip shell_transit
Change-Id: I79d2203a92decef95d39d002bbde4030b7456279
parent 63a29ead
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.systemui.flags;

import com.android.internal.annotations.Keep;
import com.android.systemui.R;

import java.lang.reflect.Field;
@@ -154,6 +155,7 @@ public class Flags {
            new BooleanFlag(1000, true);

    // 1100 - windowing
    @Keep
    public static final SysPropBooleanFlag WM_ENABLE_SHELL_TRANSITIONS =
            new SysPropBooleanFlag(1100, "persist.wm.debug.shell_transit", false);