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

Commit 790f9641 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Enable NOTIFICATION_INLINE_REPLY_ANIMATION for dogfood

Bug: 260335638
Test: flashed build and verified that feature is on by default, manual testing documented in b/294499328
Change-Id: I5a47b148d42c45dfeca6afc85b3fa236011a8aa6
parent 94099956
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -70,8 +70,7 @@ object Flags {

    // TODO(b/260335638): Tracking Bug
    @JvmField
    val NOTIFICATION_INLINE_REPLY_ANIMATION =
        unreleasedFlag("notification_inline_reply_animation")
    val NOTIFICATION_INLINE_REPLY_ANIMATION = releasedFlag("notification_inline_reply_animation")

    /** Makes sure notification panel is updated before the user switch is complete. */
    // TODO(b/278873737): Tracking Bug