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

Commit 7084d20d authored by Jeff DeCew's avatar Jeff DeCew
Browse files

[RESTRICT AUTOMERGE] Disable NOTIFICATION_INLINE_REPLY_ANIMATION flag

Change-Id: Iee55ce04e15eb86a12f6d80bb277e20e708876b7
Fixes: 274785589
Fixes: 271723067
Test: perform inline reply, notice footer stays around, and keyboard is not disappearing
Test: soaked in udc-dev since May 10
parent f1532331
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ object Flags {
    // TODO(b/260335638): Tracking Bug
    @JvmField
    val NOTIFICATION_INLINE_REPLY_ANIMATION =
        releasedFlag(174148361, "notification_inline_reply_animation")
        unreleasedFlag(174148361, "notification_inline_reply_animation")

    val FILTER_UNSEEN_NOTIFS_ON_KEYGUARD =
        releasedFlag(254647461, "filter_unseen_notifs_on_keyguard", teamfood = true)