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

Commit 9d70160e authored by amehfooz's avatar amehfooz Committed by Ahmed Mehfooz
Browse files

Replace deprecated CUJ constants

Test: N/A
Bug: b/372657935
Flag: com.android.systemui.status_bar_chips_modernization

Change-Id: Iff84fe7bfad832104b285537c2742e0478e12331
parent 98842b5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package com.android.systemui.statusbar.chips.call.ui.viewmodel

import android.view.View
import com.android.internal.jank.InteractionJankMonitor
import com.android.internal.jank.Cuj
import com.android.systemui.animation.ActivityTransitionAnimator
import com.android.systemui.common.shared.model.ContentDescription
import com.android.systemui.common.shared.model.Icon
@@ -128,7 +128,7 @@ constructor(
                state.intent,
                ActivityTransitionAnimator.Controller.fromView(
                    backgroundView,
                    InteractionJankMonitor.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP,
                    Cuj.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP,
                ),
            )
        }
@@ -145,7 +145,7 @@ constructor(
                    StatusBarChipsModernization.assertInNewMode()
                    val animationController =
                        expandable.activityTransitionController(
                            InteractionJankMonitor.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP
                            Cuj.CUJ_STATUS_BAR_APP_LAUNCH_FROM_CALL_CHIP
                        )
                    activityStarter.postStartActivityDismissingKeyguard(
                        state.intent,