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

Commit 128c7282 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Adding LOW_TICK as a required primitive.

After adding slider tokens, the LOW_TICK primitive is now part of the
required primitives for the repository to produce the correct slider
tokens.

Test: atest MSDLPlayerImplTest
Flag: NONE usage of this library is flagged by its use case
Bug: 344654090
Change-Id: I3e64ec4c3b20f457fc3ee22eb540e074dbdaea91
parent cb46ee62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ internal class MSDLPlayerImpl(
                VibrationEffect.Composition.PRIMITIVE_THUD,
                VibrationEffect.Composition.PRIMITIVE_TICK,
                VibrationEffect.Composition.PRIMITIVE_CLICK,
                VibrationEffect.Composition.PRIMITIVE_LOW_TICK,
            )
    }
}