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

Commit 2f3b0fb7 authored by Lais Andrade's avatar Lais Andrade
Browse files

Fix typo in VibrationAttributes

Change-Id: I1437522ff8e99c87fc0c93f29bf16282cb776804
Fix: 200616610
Test: N/A
parent 1365f422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public final class VibrationAttributes implements Parcelable {
            case USAGE_ALARM:
                return "ALARM";
            case USAGE_RINGTONE:
                return "RIGNTONE";
                return "RINGTONE";
            case USAGE_NOTIFICATION:
                return "NOTIFICATION";
            case USAGE_COMMUNICATION_REQUEST: