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

Commit 702d7d17 authored by Jernej Virag's avatar Jernej Virag
Browse files

Enable notification memory monitor in teamfood

Currently it's triggered only in bug dumps.

Bug: 235451049
Test: n/a
Change-Id: If18a807c1a259c333aa77fd9671a474b5ac68850
parent 1e706ca9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ object Flags {
    val INSTANT_VOICE_REPLY = UnreleasedFlag(111, teamfood = true)

    // TODO(b/254512425): Tracking Bug
    val NOTIFICATION_MEMORY_MONITOR_ENABLED = UnreleasedFlag(112, teamfood = false)
    val NOTIFICATION_MEMORY_MONITOR_ENABLED = UnreleasedFlag(112, teamfood = true)

    // TODO(b/254512731): Tracking Bug
    @JvmField val NOTIFICATION_DISMISSAL_FADE = UnreleasedFlag(113, teamfood = true)