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

Commit 63a405ca authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez Committed by Android (Google) Code Review
Browse files

Merge "Updating KEYPRESS_STANDARD token." into main

parents 8bc864a4 31f71478
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -308,12 +308,12 @@ internal class MSDLRepositoryImpl : MSDLRepository {
                        HapticComposition(
                            listOf(
                                HapticCompositionPrimitive(
                                    VibrationEffect.Composition.PRIMITIVE_TICK,
                                    scale = 0.7f,
                                    VibrationEffect.Composition.PRIMITIVE_CLICK,
                                    scale = 0.5f,
                                    delayMillis = 0,
                                )
                            ),
                            VibrationEffect.createPredefined(VibrationEffect.EFFECT_TICK),
                            VibrationEffect.createPredefined(VibrationEffect.EFFECT_CLICK),
                        )
                    },
                HapticToken.KEYPRESS_SPACEBAR to