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

Commit 415af3bb authored by Andreas Agvard's avatar Andreas Agvard Committed by Android (Google) Code Review
Browse files

Merge "Sets invocation effect enabled to false by default" into main

parents d4027635 3d644fac
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -309,7 +309,7 @@ constructor(
            "invocation_effect_animation_out_duration_ms"
            "invocation_effect_animation_out_duration_ms"
        const val DEFAULT_INWARD_EFFECT_PADDING_DURATION_MS = 450L
        const val DEFAULT_INWARD_EFFECT_PADDING_DURATION_MS = 450L
        const val DEFAULT_OUTWARD_EFFECT_DURATION_MS = 400L
        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
    }
    }
}
}