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

Commit d95f42a4 authored by Lais Andrade's avatar Lais Andrade Committed by Automerger Merge Worker
Browse files

Merge "Fix documentation of delay param in VibrationEffect.Composition" am: 040919be

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1513870

Change-Id: I2c9eba34a9d9086f216445724e10bb0c04c356c1
parents 9f4e8b88 040919be
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1083,8 +1083,7 @@ public abstract class VibrationEffect implements Parcelable {
         *
         * @param primitiveId The primitive to add
         * @param scale The scale to apply to the intensity of the primitive.
         * @param delay The amount of time, in milliseconds, to wait between playing the prior
         *              primitive and this one
         * @param delay The amount of time in milliseconds to wait before playing this primitive
         * @return The {@link Composition} object to enable adding multiple primitives in one chain.
         */
        @NonNull