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

Commit f96a6958 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

CallStyle: Add booleans to control new action layout

This is a UX bug fix, so it's not going through the full flag process,
but we'd still like a way to disable it quickly if it causes problems,
and to disable the more chatty debug messages once it's stable.

Bug: 268733030
Test: none, it just adds two variables
Change-Id: Ib10999405edbaee49b54cf4ec73857afbdae67e9
parent 976207c4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -9559,6 +9559,15 @@ public class Notification implements Parcelable
     * </pre>
     */
    public static class CallStyle extends Style {
        /**
         * @hide
         */
        public static final boolean USE_NEW_ACTION_LAYOUT = false;
        /**
         * @hide
         */
        public static final boolean DEBUG_NEW_ACTION_LAYOUT = true;
        /**
         * @hide