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

Commit daa0a660 authored by Mady Mellor's avatar Mady Mellor
Browse files

Deprecate the isForeground value because we don't care about it

Test: none
Bug: 135488406
Change-Id: I93630fe11cba87482d79aa57fdddfe341cedd0f8
parent 17bdcefe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5883,7 +5883,8 @@ message BubbleUIChanged {
    optional bool is_ongoing = 10;

    // Whether the bubble is produced by an app running in foreground.
    optional bool is_foreground = 11;
    // This is deprecated and the value should be ignored.
    optional bool is_foreground = 11 [deprecated = true];
}

/**