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

Commit e2e7c102 authored by Julia Tuttle's avatar Julia Tuttle Committed by android-build-merger
Browse files

Merge "Fix typo." into qt-dev am: 2d976f9b

am: ba01cd11

Change-Id: Iffa428f8eaa37aecca4458db0029973f4ba2908b
parents de412e17 ba01cd11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8832,8 +8832,8 @@ public class Notification implements Parcelable
             * <p>Setting this flag is optional; it defaults to false.</p>
             */
            @NonNull
            public BubbleMetadata.Builder setSuppressNotification(boolean shouldSupressNotif) {
                setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSupressNotif);
            public BubbleMetadata.Builder setSuppressNotification(boolean shouldSuppressNotif) {
                setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif);
                return this;
            }