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

Commit 9531c9b4 authored by Adrian Roos's avatar Adrian Roos
Browse files

Ok Droid, enable inline reply

Bug: 22452379
Change-Id: I74a875495abe010a2f00d1ac598ad95eaa87479d
parent 41b10518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ public abstract class BaseStatusBar extends SystemUI implements
    private static final boolean NOTIFICATION_CLICK_DEBUG = true;

    public static final boolean ENABLE_REMOTE_INPUT =
            Build.IS_DEBUGGABLE && SystemProperties.getBoolean("debug.enable_remote_input", false);
            SystemProperties.getBoolean("debug.enable_remote_input", true);
    public static final boolean ENABLE_CHILD_NOTIFICATIONS = Build.IS_DEBUGGABLE
                    && SystemProperties.getBoolean("debug.child_notifs", false);