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

Commit 3d644fac authored by Andreas Agvard's avatar Andreas Agvard
Browse files

Sets invocation effect enabled to false by default

This was always the plan, but we kept it enabled by default to enable testing
before Gemini implemented calling the API.

Bug: 415708075
Test: Unit and Manual
Flag: com.android.systemui.shared.enable_lpp_assist_invocation_effect
Change-Id: Ie259e0499b7b3a095e6bebf2327af326d50506c9
parent 6c6353db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ constructor(
            "invocation_effect_animation_out_duration_ms"
        const val DEFAULT_INWARD_EFFECT_PADDING_DURATION_MS = 450L
        const val DEFAULT_OUTWARD_EFFECT_DURATION_MS = 400L
        const val DEFAULT_INVOCATION_EFFECT_ENABLED_BY_ASSISTANT_PREFERENCE = true
        const val DEFAULT_INVOCATION_EFFECT_ENABLED_BY_ASSISTANT_PREFERENCE = false
    }
}