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

Commit 6ad86283 authored by Mady Mellor's avatar Mady Mellor
Browse files

Turn bubble any message on by default

Flipping this on by default means that MessageStyle notifs with enough
info to bubble will show a "bubble" option in the notif longpress menu.

Bug: 145763712
Test: manual - get a hangouts message, longpress on it, see bubble option
Change-Id: Ied9e5dba58b2d717a43a687a3900391dd8fc1646
parent 5d8707ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class BubbleExperimentConfig {
    private static final boolean ALLOW_ANY_NOTIF_TO_BUBBLE_DEFAULT = false;

    private static final String ALLOW_MESSAGE_NOTIFS_TO_BUBBLE = "allow_message_notifs_to_bubble";
    private static final boolean ALLOW_MESSAGE_NOTIFS_TO_BUBBLE_DEFAULT = false;
    private static final boolean ALLOW_MESSAGE_NOTIFS_TO_BUBBLE_DEFAULT = true;

    private static final String ALLOW_SHORTCUTS_TO_BUBBLE = "allow_shortcuts_to_bubble";
    private static final boolean ALLOW_SHORTCUT_TO_BUBBLE_DEFAULT = false;