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

Commit 60976161 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add flag for async HybridNotificationView inflation" into udc-qpr-dev am: 2f60f335

parents 68b13e54 2f60f335
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -91,6 +91,15 @@ object Flags {
    val NOTIFICATION_SHELF_REFACTOR =
        unreleasedFlag(271161129, "notification_shelf_refactor")

    // TODO(b/288326013): Tracking Bug
    @JvmField
    val NOTIFICATION_ASYNC_HYBRID_VIEW_INFLATION =
            unreleasedFlag(
                    288326013,
                    "notification_async_hybrid_view_inflation",
                    teamfood = false
            )

    @JvmField
    val ANIMATED_NOTIFICATION_SHADE_INSETS =
        releasedFlag(270682168, "animated_notification_shade_insets")