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

Commit 2b9f0c76 authored by Lais Andrade's avatar Lais Andrade Committed by Gerrit Code Review
Browse files

Merge "Clarify delay parameter documentation in VibrationEffect"

parents 687da317 66a26003
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,8 @@ 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 before playing this primitive
         * @param delay The amount of time in milliseconds to wait before playing this primitive,
         *              starting at the time the previous element in this composition is finished.
         * @return The {@link Composition} object to enable adding multiple primitives in one chain.
         */
        @NonNull