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

Commit 15b49fb5 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android Build Coastguard Worker
Browse files

[RESTRICT AUTOMERGE] Disable NOTIFICATION_INLINE_REPLY_ANIMATION flag

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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7084d20d35410765a6503cd69778c68b98fe4d93)
Merged-In: Iee55ce04e15eb86a12f6d80bb277e20e708876b7
Change-Id: Iee55ce04e15eb86a12f6d80bb277e20e708876b7
parent c202e72c
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)