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

Commit 09f31c2c authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Fix NotificationChannel#getVibrationPattern API Documentation

Missing parenthesis has been added.

Change-Id: I094a9b0aa9a60690cc38904810d609a1ce5a0a72
parent 8b6a7d63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -753,7 +753,7 @@ public final class NotificationChannel implements Parcelable {

    /**
     * Returns the vibration pattern for notifications posted to this channel. Will be ignored if
     * vibration is not enabled ({@link #shouldVibrate()}.
     * vibration is not enabled ({@link #shouldVibrate()}).
     */
    public long[] getVibrationPattern() {
        return mVibration;