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

Commit 14cbe937 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Flag for overlapping swiped-out Notification bug fixing" into main

parents a1160eef 94a80b60
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@ object Flags {
    val ADD_TRANSIENT_HUN_IN_STACK_STATE_ANIMATOR =
        unreleasedFlag("add_transient_hun_in_stack_state_animator", teamfood = false)

    // TODO(b/298308067): Tracking Bug
    val SWIPE_UNCLEARED_TRANSIENT_VIEW_FIX =
        unreleasedFlag("swipe_uncleared_transient_view_fix", teamfood = false)

    // TODO(b/254512751): Tracking Bug
    val NOTIFICATION_PIPELINE_DEVELOPER_LOGGING =
        unreleasedFlag("notification_pipeline_developer_logging")